A minimal Docker image based on Alpine Linux with Bash and essential GNU utilities preinstalled.
Perfect for scripting, automation, and lightweight shell environments.
- bash
- gawk
- sed
- grep
- bc
- coreutils
docker build -t docker-bash .
docker run -it docker-bash
This project is licensed under the MIT License.
Feel free to contribute by opening issues or pull requests. Your feedback and improvements are highly appreciated!