A

Admin • 828.43K Points
Coach

Q. How do you start a container in the background (detached mode)?

  • (A) docker run -d
  • (B) docker start -d
  • (C) docker container run -d
  • (D) docker exec -d
  • Correct Answer - Option(A)
  • Views: 33
  • Filed under category Docker
  • Hashtags:

Explanation by: Admin
The '-d' flag in the 'docker run' command is used to run the container in detached mode (in the background).

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.