lorello / alpine-bash

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bash Docker Image

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, jq, curl etc).

Download size of this image is only:

Usage Example

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

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

About


Languages

Language:Dockerfile 100.0%