Containers Flashcards
Container Benefits
Isolation, Portability, Scalability, Secure
Windows vs Hyper-V Containers
Shared Kernel vs Isolated Kernel
Steps to Install Docker
Download Module & then Install the package
Getting Info / Properties of Docker
Docket Info
Default Network config of container
NAT using the 172 IP class
View local image respository
Docker images
Switch for interactive session
-it
List of running containers
Docker ps
Create an image from container changes
Docker commit
View setting of a container
Docker inspect
Remove container
Docker rm
Remove image
Docker rmi
Create image from a container
ConvertTo-ContainerImage
Container network config to communicate with the Physical Host Network
Transparent
Online repository
Docker Hub
Types of respo’s for Docker
Public and Private
Docker engine install steps
Download Docker Engine Archive
Expand File Archive into Program Files
Add Docker path as system variable
Run DockerD to install Windows as a Service.
Initiate an image build in docker from a docker file
Docker build