An open API service indexing awesome lists of open source software.

https://github.com/kool-dev/docker-bash

Docker Image for BASH
https://github.com/kool-dev/docker-bash

bash docker hacktoberfest kool kool-dev kooldev

Last synced: 3 months ago
JSON representation

Docker Image for BASH

Awesome Lists containing this project

README

          

# kool-dev/docker-bash

Minimal Bash Docker image. Its use is intended for [kool](https://github.com/kool-dev/kool), but can fit in any other bash use-case.

## Usage

With `docker run`:

```sh
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](LICENSE.md) for more information.