Home / Report Question

Q. Which Docker command is used to stop a container?
  • A. docker stop container_name
  • B. docker kill container_name
  • C. docker terminate container_name
  • D. docker halt container_name

Correct Answer: A