Alpine which print out "Hello World!"
154
This is just an test image which is built in Alpine which print out "Hello World!"
The Dockerfile code contains following lines:
FROM alpine
CMD ["echo", "Hello World!"]
Content type
Image
Digest
Size
2.7 MB
Last updated
almost 5 years ago
docker pull shniranjan/hello_world