What is the Docker compose used for?
It is used to manage multi-containers app in a single-engine node.
What is the Docker swarm?
It is used to manage multi-containers apps in multi-engine node.
What are micro services?
Micro services is an application design architecture which indicate that an apps is made of multiple services.
What is Compose files?
It uses YAML file to compose multi-service applications. It is named docker-compose.yml
Which layers compose the docker-compose.yml?
a) version
b) services
c) networks
d) volumes