3 lines
90 B
Docker
Raw Normal View History

2020-12-07 16:02:29 +11:00
FROM busybox
CMD echo "Hello world! This is my first Docker image."
CMD echo "Some change"