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
- Host: GitHub
- URL: https://github.com/kool-dev/docker-bash
- Owner: kool-dev
- License: mit
- Created: 2020-09-10T12:58:30.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-03T17:20:26.000Z (over 4 years ago)
- Last Synced: 2025-01-24T08:43:31.410Z (11 months ago)
- Topics: bash, docker, hacktoberfest, kool, kool-dev, kooldev
- Language: Shell
- Homepage:
- Size: 5.86 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.