Created
August 6, 2019 00:11
-
-
Save 0sc/14b5757dbf628cb9927973a395cbca3d to your computer and use it in GitHub Desktop.
Sample Dockerfile using image from a docker registry running locally
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 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