Advertisement
Guest User

Untitled

a guest
Apr 18th, 2015
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. vagrant@localhost:~/build-from-digest docker build -t foo .
  2. Sending build context to Docker daemon 2.048 kB
  3. Sending build context to Docker daemon
  4. Step 0 : FROM localhost:5000/andy/busybox@sha256:6b019df8c73bb42e606225ef935760b9c428521eba4ad2519ef3ff4cdb3dbd69
  5. ---> 4986bf8c1536
  6. Step 1 : ENV a b
  7. ---> Running in 45397636f2d9
  8. ---> cac0f814f5ed
  9. Removing intermediate container 45397636f2d9
  10. Successfully built cac0f814f5ed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement