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