Advertisement
Guest User

Untitled

a guest
Sep 26th, 2016
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. docker run --rm -it \
  2. -v /var/run/docker.sock:/var/run/docker.sock \
  3. -v $HOME/.docker:/root/.docker \
  4. -v $(pwd):/app \
  5. -e ACCOUNT=gnschenker \
  6. -e IMAGE=myapi \
  7. -e TAG=1.1 \
  8. builder
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement