rbehzadan/mytools
Alpine with essential tools for development, system administration, and database management.
34
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/amd64
linux/arm64
The Dockerfile and CI/CD pipeline for this image are available on GitHub.
This image is distributed under the MIT License.
docker pull rbehzadan/mytools