Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 405 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 405 Bytes

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.