Sign inSign up

pemcconnell/devbox

By pemcconnell

Updated over 10 years ago

A debian:jessie dev environment as a docker container, because why the hell not.

Image
1

1.4K

pemcconnell/devbox repository overview

devbox

A dev environment as a docker container, because why the hell not.

run

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

Tag summary

Content type

Image

Digest

Size

555.7 MB

Last updated

over 10 years ago

docker pull pemcconnell/devbox