4 lines
83 B
Plaintext
4 lines
83 B
Plaintext
|
FROM debian:sid
|
||
|
RUN echo "building simple docker image"
|
||
|
CMD echo "Hello Container"
|