Skip to content

Instantly share code, notes, and snippets.

@ncdc
Created April 27, 2016 23:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save ncdc/d6076174124e4976d1d3945d6e3f4e40 to your computer and use it in GitHub Desktop.
Save ncdc/d6076174124e4976d1d3945d6e3f4e40 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