Sign inSign up

kabirbaidhya/hello-world-deferred

By kabirbaidhya

Updated over 7 years ago

Hello World Docker Image with delayed output.

Image
0

303

kabirbaidhya/hello-world-deferred repository overview

hello-world-deferred

Hello World Docker Image with delayed output.

Repository: https://github.com/kabirbaidhya/hello-world-deferred

Usage

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!

License

Licensed under MIT License.

Tag summary

Content type

Image

Digest

Size

2.6 MB

Last updated

over 7 years ago

docker pull kabirbaidhya/hello-world-deferred