Deploying Apps with Docker Compose Flashcards

1
Q

What is the Docker compose used for?

A

It is used to manage multi-containers app in a single-engine node.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is the Docker swarm?

A

It is used to manage multi-containers apps in multi-engine node.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are micro services?

A

Micro services is an application design architecture which indicate that an apps is made of multiple services.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is Compose files?

A

It uses YAML file to compose multi-service applications. It is named docker-compose.yml

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Which layers compose the docker-compose.yml?

A

a) version
b) services
c) networks
d) volumes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly