A

Admin • 833.24K Points
Coach

Q. How can you run Docker Compose in detached mode?

  • (A) docker-compose run -d
  • (B) docker-compose up -d
  • (C) docker-compose start -d
  • (D) docker-compose detach
  • Correct Answer - Option(B)
  • Views: 44
  • Filed under category Docker
  • Hashtags:

Explanation by: Admin

Using the '-d' flag with 'docker-compose up' runs the services in detached mode.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.