Sign inSign up

wollan/devbox

By wollan

Updated over 1 year ago

ubuntu based development toolbox

Image
0

100K+

wollan/devbox repository overview

Development toolbox

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.

Installed in latest version

  • git
  • curl
  • docker
  • ping
  • vim
  • less
  • jq
  • python 3
  • sudo
  • ca-certificates
  • host
  • net-tools (ifconfig..)
  • ssh client
  • nmap
  • file
  • rsync
  • bzip2
  • unzip
  • xz
  • cron

Usage

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

Tag summary

Content type

Image

Digest

sha256:d1458f18a

Size

221.1 MB

Last updated

over 1 year ago

docker pull wollan/devbox