Skip to content

Instantly share code, notes, and snippets.

@deitch
Created January 3, 2016 06:28
Show Gist options
  • Save deitch/62cfbf5572c0382a87f5 to your computer and use it in GitHub Desktop.
Save deitch/62cfbf5572c0382a87f5 to your computer and use it in GitHub Desktop.
FROM ubuntu
RUN echo hello > /tmp/foo
FROM centos
RUN echo hello > /tmp/foo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment