Last active
December 22, 2015 07:59
-
-
Save mrchrisadams/6441904 to your computer and use it in GitHub Desktop.
This file contains 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
sudo docker pull cduez/squeeze | |
sudo docker build . | |
This file contains 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 cduez/squeeze | |
RUN echo "hello world" > output.txt |
This file contains 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
vagrant@precise64:/vagrant$ sudo docker build . | |
Uploading context 1198366720 bytes | |
Step 1 : FROM cduez/squeeze | |
Pulling repository cduez/squeeze | |
Error build: Image does not exist: cduez/squeezeoint: https://cdn-registry-1.docker.io/v1/ | |
Image does not exist: cduez/squeeze |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment