Home / Report Question

Q. Which of the following Docker commands is used to restart a container?
  • A. docker restart container_name
  • B. docker reboot container_name
  • C. docker start -r container_name
  • D. docker refresh container_name

Correct Answer: A