environment
This is working environment for Tommy
2.4K
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:7910c0411…
Size
69.2 MB
Last updated
over 1 year ago
docker pull tommytran2804/environment:terraform-controller