Skip to content

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

how-to: image
-------------
docker build -f <dockerfile> --build-arg WHOAMI=$(whoami) --build-arg UID=$(id -u) -t <img name> .

how-to: container
-----------------
docker run -it --privileged -v $HOME:$HOME -e HOME=$HOME -P -w $HOME -u $(whoami) --name <container name> <img name>:latest

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors