Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 308 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 308 Bytes

hello-world-loop

Simple docker image that spits out some text periodically.

Handy for testing log shipping.

To build:

docker build --tag hello-world-loop .

To run:

docker container run -d  --name hello-world-loop hello-world-loop

To view logs:

docker logs -f hello-world-loop