tommytran2804/environment

By tommytran2804

Updated over 1 year ago

This is working environment for Tommy

Image
Languages & frameworks
Developer tools
Operating systems
0

2.4K

tommytran2804/environment repository overview

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

Tag summary

Content type

Image

Digest

sha256:7910c0411

Size

69.2 MB

Last updated

over 1 year ago

docker pull tommytran2804/environment:terraform-controller