A software development team is deploying a complex application with multiple interdependent services. What Docker feature would best handle this setup?

  • Docker Compose
  • Docker Hub
  • Docker Swarm
  • Dockerfile
Docker Compose is a tool for defining and running multi-container Docker applications. It allows the definition of services, networks, and volumes in a single file, simplifying the deployment of complex, interdependent services.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *