Use as a development environment, debug tool or CI build base image, not in production. Version 3 images are periodically updated with a freshly pulled ubuntu LTS base image. Version 1 and 2 images are deprecated.
Run bash with access to docker host daemon:
docker run --rm -itv /var/run/docker.sock:/var/run/docker.sock wollan/devbox
Run bash with docker CLI access to podman on host machine:
podman run --rm -it --security-opt label=disable -v /var/run/docker.sock:/var/run/docker.sock wollan/devbox
Run bash with access to current working dir:
docker run --rm -itv "$PWD":/w -w /w wollan/devbox
Content type
Image
Digest
sha256:d1458f18a…
Size
221.1 MB
Last updated
over 1 year ago
docker pull wollan/devbox