An image with my preferred Debian dev setup
1.5K
A Docker image with my preferred development setup for quick hax and experimentation, for instance to explore or
apply a quick fix to another container using --volumes-from or --link with docker run.
The image is based on Debian 8.0 "Jessie".
The image has the basics for a comfortable development environment, and can be used as a base (thus the name) for more specialized images. Unlike the bare Debian image it includes man pages for quick access.
This image is available at the Docker Hub repository enil/debian-dev-base.
To launch the container, just run docker run -ti enil/docker-dev-base:latest.
zsh, vim, git, tmux, tree, sudo, man-db and manpages.zsh shell by default.docker with membership in the sudo group.update.sh updates the environment variable REFRESHED_AT in the Dockerfile.rebuild.sh updates REFRESHED_AT and rebuilds the image.Content type
Image
Digest
sha256:5c5d18f95…
Size
-
Last updated
over 11 years ago
docker pull enil/debian-dev-base