Advertisement
Guest User

Untitled

a guest
Jan 16th, 2015
365
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.33 KB | None | 0 0
  1. [:/home/imran] $ sudo docker stop $(sudo docker ps -a -q)
  2.  
  3. Usage: docker stop [OPTIONS] CONTAINER [CONTAINER...]
  4.  
  5. Stop a running container by sending SIGTERM and then SIGKILL after a grace period
  6.  
  7.   -t, --time=10      Number of seconds to wait for the container to stop before killing it. Default is 10 seconds.
  8. [:/home/imran] 2 $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement