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 2 months 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 (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-27T08:06:37.000Z (about 7 years ago)
- Last Synced: 2025-05-22T06:44:57.183Z (about 1 year ago)
- Topics: deferred, delayed, docker, hello-world, image
- Language: Shell
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- 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).