Guest User

Untitled

a guest
May 24th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. # docker-compose
  2.  
  3. ## recreate and restart a running container
  4.  
  5. docker-compose.exe up -d --build <image>
  6.  
  7. ## restart a running container as part of docker-compose
  8.  
  9. docker-compose restart <container>
Add Comment
Please, Sign In to add comment