Skip to content

kool-dev/docker-bash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kool-dev/docker-bash

Minimal Bash Docker image. Its use is intended for kool, but can fit in any other bash use-case.

Usage

With docker run:

docker run -it --rm kooldev/bash:latest --version
docker run -it --rm kooldev/bash:latest -c "echo kool stuff"

License

The MIT License (MIT). Please see License File for more information.