Hello World Docker Image with delayed output.
303
Hello World Docker Image with delayed output.
Repository: https://github.com/kabirbaidhya/hello-world-deferred
Prints "Hello World!" after 2 seconds.
$ docker run kabirbaidhya/hello-world-deferred
> Hello World!
Defer the output for custom time interval.
$ docker run -e DELAY=10s kabirbaidhya/hello-world-deferred
> Hello World!
Make it verbose.
$ docker run -e DELAY=10s -e VERBOSE=true kabirbaidhya/hello-world-deferred
> Waiting for 5s
> Hello World!
Licensed under MIT License.
Content type
Image
Digest
Size
2.6 MB
Last updated
over 7 years ago
docker pull kabirbaidhya/hello-world-deferred