Docker container with ruby, golang, python, npm etc installed
961
A development environment containing:
The devbox is as stateless as possible, every dev done inside it is doomed to be destroyed, unless pushed to an external Git repository. The idea is to be able fire up a known environment on a new box, without spending 3 hours to figure out what is needed.
git clone https://github.com/jrosco/docker-devbox.git $HOME/docker-devbox
alias devbox="cd $HOME/docker-devbox/ ; make $@"
This process can take some time
cd ./docker-devbox
make all
Assumes you have setup the above alias
devbox run
devbox logon
devbox stop
devbox clean
devbox list-running
This is a personnal Devbox, without my own set of configs and tools. If you want to use it, fork it and edit your configuration files to your needs.
Content type
Image
Digest
Size
598.2 MB
Last updated
about 6 years ago
docker pull jr0sco/devbox