Skip to content

Instantly share code, notes, and snippets.

@Arachnid
Created July 13, 2016 09:30
Show Gist options
  • Save Arachnid/6419c02908965b359fb72964982fe0a3 to your computer and use it in GitHub Desktop.
Save Arachnid/6419c02908965b359fb72964982fe0a3 to your computer and use it in GitHub Desktop.
Nicks-MBP:azkube nickjohnson$ docker build .
Sending build context to Docker daemon 58.82 MB
Step 1 : FROM scratch
--->
Step 2 : ADD ca-certificates.crt /etc/ssl/certs/
---> Using cache
---> 2595831e39e2
Step 3 : ADD azkube /opt/azkube/azkube
---> acdf0edd49c6
Removing intermediate container a52b7ba90687
Step 4 : ADD templates /opt/azkube/templates
---> f01e9b761eaa
Removing intermediate container 37034f882220
Step 5 : WORKDIR /opt/azkube
---> Running in e0f0b151c746
---> 3919a3a06235
Removing intermediate container e0f0b151c746
Step 6 : CMD /opt/azkube/azkube
---> Running in b9554fe2f01a
---> 75819dd5bd3e
Removing intermediate container b9554fe2f01a
Successfully built 75819dd5bd3e
Nicks-MBP:azkube nickjohnson$ docker run 75819dd5bd3e
docker: Error response from daemon: Container command '/opt/azkube/azkube' not found or does not exist..
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment