Skip to content

Minimal Docker image based on Alpine with Bash and essential GNU utilities. Useful for scripting, testing, and automation tasks in a lightweight container.

License

Notifications You must be signed in to change notification settings

Think-Cube/DockerBash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DockerBash

A minimal Docker image based on Alpine Linux with Bash and essential GNU utilities preinstalled.
Perfect for scripting, automation, and lightweight shell environments.

Included Packages

  • bash
  • gawk
  • sed
  • grep
  • bc
  • coreutils

Usage

Build the image

docker build -t docker-bash .

Run the container

docker run -it docker-bash

License

This project is licensed under the MIT License.

Contribution

Feel free to contribute by opening issues or pull requests. Your feedback and improvements are highly appreciated!

About

Minimal Docker image based on Alpine with Bash and essential GNU utilities. Useful for scripting, testing, and automation tasks in a lightweight container.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages