A debian:jessie dev environment as a docker container, because why the hell not.
1.4K
A dev environment as a docker container, because why the hell not.
At a minimum you can just run:
docker run -ti pemcconnell/devbox
Which will throw you into bash on a debian container (with some dev tools installed).
If you wish to run this with the docker sock mounted, run:
docker run -v /var/run/docker.sock:/var/run/docker.sock -ti pemcconnell/devbox
Content type
Image
Digest
Size
555.7 MB
Last updated
over 10 years ago
docker pull pemcconnell/devbox