Sign inSign up

frolvlad/alpine-bash

By frolvlad

Updated over 1 year ago

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

Buildkit cache
Image
13

1M+

frolvlad/alpine-bash repository overview

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).

This image is only 10MB on disk.

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!

Tag summary

Content type

Image

Digest

sha256:cb64a101e

Size

6.1 MB

Last updated

over 1 year ago

docker pull frolvlad/alpine-bash