Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kabirbaidhya/hello-world-deferred
Deferred Hello World Docker Image
https://github.com/kabirbaidhya/hello-world-deferred
deferred delayed docker hello-world image
Last synced: about 1 month ago
JSON representation
Deferred Hello World Docker Image
- Host: GitHub
- URL: https://github.com/kabirbaidhya/hello-world-deferred
- Owner: kabirbaidhya
- License: mit
- Created: 2019-03-27T07:44:48.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-03-27T08:06:37.000Z (over 5 years ago)
- Last Synced: 2024-10-11T02:14:29.818Z (2 months ago)
- Topics: deferred, delayed, docker, hello-world, image
- Language: Shell
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hello-world-deferred
Hello World Docker Image with delayed output.## Usage
Prints "Hello World!" after 2 seconds.
```sh
$ docker run kabirbaidhya/hello-world-deferred> Hello World!
```Defer the output for custom time interval.
```sh
$ docker run -e DELAY=10s kabirbaidhya/hello-world-deferred> Hello World!
```Make it verbose.
```sh
$ docker run -e DELAY=10s -e VERBOSE=true kabirbaidhya/hello-world-deferred> Waiting for 5s
> Hello World!
```## License
Licensed under [MIT License](LICENSE).