Skip to content

Run bash in alpine Linux docker, for docker image test

License

Notifications You must be signed in to change notification settings

jessewei/docker-alpine-bash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 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, head, tail, and etc).

Usage Example

Bash prompt wait your comand

$ docker run --rm jessewei/alpine-bash

Or

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

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

About

Run bash in alpine Linux docker, for docker image test

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published