3 lines
90 B
Docker
3 lines
90 B
Docker
|
FROM busybox
|
||
|
CMD echo "Hello world! This is my first Docker image."
|
||
|
CMD echo "Some change"
|