Lecture 12: Working with Docker Flashcards
1
Q
What is a Daemon?
A
A general term for a background process
2
Q
What is an image?
A
A particular runtime configuration
3
Q
What is a container?
A
A singular deployment of that image
4
Q
What is the -d option in the docker run command?
A
use a daemon
5
Q
What is the -p option in the docker run command?
A
To specify the internal and external ports of the
container
6
Q
What happens when you press the stop button or use the kill command to kill running containers?
A
Halt and terminate the container