15 - Managing Containers using Docker Flashcards
1
Q
Containers
A
Portable
Consistent
Lightweight
Efficient
2
Q
Docker container and development
A
Software containerization platform with a common toolset, packaging model, and deployment mechanism
Simplifies containerization and distribution of applications that can run anywhere
3
Q
Working with Docker container
A
docker build - create image
docker pull - retrieve image from a container registry
docker run - run the image to create a container instance (will
fill in
4
Q
Azure container-related services
A
Azure Container Instances
Azure Kubernetes Service
Azure Container Registry
Azure Service Fabric
Azure App Service