Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 510 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 510 Bytes

hello-world-deferred

Hello World Docker Image with delayed output.

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.