Skip to content

ImpedanCEI/wakis-containers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Wakis Containers

The containers inside this repository are built and tested using podman.

Building the container

The containers can be built from the Dockerfiles depending on the desired configuration using:

podman build -t wakis-test-build ./build-target/

Running the container

A bash shell running inside the container can be accessed using:

podman run --userns=keep-id -it localhost/wakis-test-build

The option --userns=keep-id is recommended to ensure that ownership of files inside mounted directories/volumes is not broken.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors