Please enable JavaScript.
Coggle requires JavaScript to display documents.
Docker Installation on Windows (Images (Has ImageID and name Name is…
Docker Installation
on Windows
Options
Docker Toolbox
Legacy set of tooling
Docker for Windows
For desktop/workstation
systems
Installation
Requirements
Needs Windows 10
Anniversary update as minimum
Hyper-V feature must be added
To run Hyper-V
it must be enabled in the system
bios settings.
Is Latest
Installed on
Windows 10
Containers
Linux container
Windows container
Post installation,
Client Tools to
interact with Docker
Docker Cli
Commands
docker info
To know docker server version
and other information
docker version
Know version of docker
client and server
docker ps
Shows
running/started
containers
inside docker
docker stop
To stop container
docker ps -a
Shows started/running
and stopped
containers
docker images
Lists the images
downloaded
docker rm
To destroy container
docker rmi
remove image
from the machine
docker-compose
docker-machine
Steps to run
Container
Download image
Create container using
the downloaded image
Run the container
Installers
Stable channel
Edge channel
Has experimental
features
Container
Assigned unique id and name
Operations
Create
Start
Stop
Remove/destroy container
Images
Has ImageID and name
Name is repository where
the image is pulled
Are layered
Repositories hold images