Skip to content

Instantly share code, notes, and snippets.

@0sc
Created August 6, 2019 00:11
Show Gist options
  • Save 0sc/14b5757dbf628cb9927973a395cbca3d to your computer and use it in GitHub Desktop.
Save 0sc/14b5757dbf628cb9927973a395cbca3d to your computer and use it in GitHub Desktop.
Sample Dockerfile using image from a docker registry running locally
FROM localhost:5000/mybusybox
CMD ["echo", "Hello from busybox"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment