Skip to content

Instantly share code, notes, and snippets.

@pmorie
Forked from ncdc/gist:d6076174124e4976d1d3945d6e3f4e40
Last active April 28, 2016 17:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pmorie/36828931cf795a434427f3847f754dff to your computer and use it in GitHub Desktop.
Save pmorie/36828931cf795a434427f3847f754dff to your computer and use it in GitHub Desktop.
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