Basics Flashcards
1
Q
What are the 3 components of docker?
A
docker-ce/docker-ee
docker-engine
docker-compose
2
Q
What is a docker image?
A
Binaries, libraries and source code that make up an application
3
Q
What is a docker container?
A
Running instance of a docker image
4
Q
What is the command to run a container?
A
docker container run