Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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).