Basics Flashcards

1
Q

What are the 3 components of docker?

A

docker-ce/docker-ee
docker-engine
docker-compose

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

What is a docker image?

A

Binaries, libraries and source code that make up an application

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

What is a docker container?

A

Running instance of a docker image

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

What is the command to run a container?

A

docker container run

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