Home / Report Question

Q. Which of the following commands is used to stop all running Docker containers?
  • A. docker stop --all
  • B. docker stop $(docker ps -q)
  • C. docker kill --all
  • D. docker terminate containers