Alpine with essential tools for development, system administration, and database management.
527
A lightweight Docker image based on Alpine Linux, preinstalled with essential tools for development, system administration, and database management.
docker pull rbehzadan/mytools:latest
Run the container interactively:
docker run -it rbehzadan/mytools:latest bash
Or start the container with the default command:
docker run -d rbehzadan/mytools:latest
The default command (CMD) is:
tail -f /dev/null
You can override it to run specific tools:
docker run -it rbehzadan/mytools:latest mongosh
This image supports:
linux/amd64linux/arm64The Dockerfile and CI/CD pipeline for this image are available on GitHub.
This image is distributed under the MIT License.
Content type
Image
Digest
sha256:23fa7f471…
Size
120.7 MB
Last updated
over 1 year ago
docker pull rbehzadan/mytools:1.2.2