Skip to content

chamindi-a/docker-alpine-bash

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Docker Stars Docker Pulls

Bash Docker image

This image is based on Alpine Linux image, which is only a 5MB image, and contains Bash (Bourne Again SHell) with some useful tools (e.g., complete implementations of grep, sed, awk, bc, head, tail, and etc).

Download size of this image is only:

Usage Example

$ docker run --rm frolvlad/alpine-bash bash -c 'echo "Hello World"'

Once you have run this command you will get printed 'Hello World' from Bash!

About

Docker image with Bash and complete utils (busybox replacements) (15MB)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 100.0%