gshiva/my-hello-world

By gshiva

Updated over 2 years ago

Prints hello world.

Image

6

Minimal hello world image created using the following Dockerfile.

FROM  alpine
CMD echo “hello world.”

Docker Pull Command

docker pull gshiva/my-hello-world