Advertisement
Guest User

Untitled

a guest
Oct 20th, 2014
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. docker run -e "YOUR_VARIABLE=value" --rm ubuntu env
  2.  
  3. docker build -t "module1" module1
  4. docker build -t "module1" module2
  5.  
  6. FROM module1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement