The Wayback Machine - http://web.archive.org/web/20201128171631/https://github.com/DimitarPetrov/toolkit
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 

README.md

toolkit

Docker container mirror of my dev environment.

It contains my zsh and vim setup as well as some day to day used cli tools.

How to run

docker run -it --rm -v /var/run/docker.sock:/var/run/docker.sock --name toolkit dnpetrovv/toolkit

Run in Current Working Directory

docker run -it --rm -v /var/run/docker.sock:/var/run/docker.sock -v ${PWD}:/root/${PWD##*/} -w /root/${PWD##*/} --name toolkit dnpetrovv/toolkit

This will run the container and mount the current working directory under /root/<dir-name> (~/<dir-name>) inside the container. This way you can make any changes to your local file system form inside the container.

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.