Slide 34
Slide 34 text
Leading in IT Education
.co.il
www.
Dockerfile instructions
http://docs.docker.com/reference/builder/
FROM image:tag
MAINTAINER Haws DevOpsIL
RUN command # runs it in /bin/sh -c ‘command’
RUN [ “exec”, “param”, “param” ]
CMD command # or CMD [ “exec”, “param”, “param” ]
ENTRYPOINT command # or ENTRYPOINT [ “exec”, “param” ]