Skip to content

Instantly share code, notes, and snippets.

@mrchrisadams
Last active December 22, 2015 07:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mrchrisadams/6441904 to your computer and use it in GitHub Desktop.
Save mrchrisadams/6441904 to your computer and use it in GitHub Desktop.
sudo docker pull cduez/squeeze
sudo docker build .
FROM cduez/squeeze
RUN echo "hello world" > output.txt
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