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