This is working environment for Tommy
2.9K
Paste this to your ~/.bashrc or ~/.zshrc file:
alias worksetup='docker run -dit --privileged \
--name workenvironment \
-v /var/run/docker.sock:/var/run/docker.sock \
-v ~/Documents:/root/Documents \
-v ~/Documents/VWenv/.local:/root/.local \
-v ~/Documents/VWenv/.cache:/root/.cache \
-v ~/.ssh:/root/.ssh \
-e "TERM=xterm-256color" \
tommytran2804/environment:latest'
alias work='docker exec --privileged -w /root/Documents -it workenvironment zsh'
To create working environment container, run:
worksetup
To go into the environment, run:
work
Content type
Image
Digest
sha256:f552c9398…
Size
65.6 MB
Last updated
almost 2 years ago
docker pull tommytran2804/environment