Newer
Older
# Use a base image
FROM alpine:latest
# Print "Hello, World!" when the container starts
CMD echo "Hello, World!" && echo "Hello again!"
# Use a base image
FROM alpine:latest
# Print "Hello, World!" when the container starts
CMD echo "Hello, World!" && echo "Hello again!"