Created
April 27, 2016 23:29
-
-
Save ncdc/d6076174124e4976d1d3945d6e3f4e40 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM centos:centos7 | |
RUN mkdir /foo | |
RUN echo hi > /foo/hi | |
RUN echo hi2 > /foo/hi2 | |
RUN echo hi3 > /foo/hi3 | |
RUN date | |
RUN yum update -y | |
RUN yum clean all |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment