Understanding Container Technology Flashcards
1
Q
What are characteristics of containers?
A
isolated sofware unite
package all necessary dependencies
container images are lightweight
increased security
portable between computing enviornments
2
Q
Whate are docker components?
A
Docker Daemon
Docker Client
Docker API
Docker File
Docker Registries
Docker Container
3
Q
What are some docker commands?
A
Build, run pull/push start stop and kill
4
Q
What are components of container orchestration?
A
Configuration
Provisioning
Scaling
Security
Health Monitoring
5
Q
What are some orchestration tools?
A
Kubernetes, docker and swarm
6
Q
What is a key component of docker that is used to control and manage containers?
A
Docker Daemon