DevOps@RajeshKumar.XYZ
Things change fast in the tech world!!!!!
Some of this stuff will get out of date :-(
What we always wanted boot2docker to be like
A product from Docker, Inc.
We're showing Windows Server 2016 TP5
Demo will use full-fat Windows with GUI
Install Containers feature
Install Docker engine
Demo running your first container
I'm showing Ubuntu
What you see will work on many Linux distros
If in doubt.....
Not all Docker’s are equal
Some vendors fork their own track that might diverge from the official Docker
Especially important if you want commercial support
You learned how to install Docker
Working with images and containers
Working with native orchestration
Images ~ Stopped Containers
Containers ~ Running Images
None of the above images and repos are endorsed or recommended by this course. They are just shown as examples of second-level repos
The other processes seen (ps and top) are temporary processes that Bash created (forked) when I ran those respective commands
Docker pull | Starts a new container | ||
Docker run | Copies images to the Docker Host | ||
Docker images | Lists images on the Docker Host | ||
Docker rmi | Removes images from the Docker Host | ||
Docker ps | Lists running containers | ||
Docker stop | Stops running containers | ||
Docker rm | Removes (deletes) stopped containers |
Latest and greatest features introduced with Docker 1.12
The new stuff in Docker 1.12 and later...
The new stuff in Docker 1.12 and later...
The new stuff in Docker 1.12 and later...
Requires Docker 1.12 or later
Everything we did in this module required Docker 1.12 or later
Everything we did in this module required Docker 1.12 or later
Everything we did in this module required Docker 1.12 or later
Everything we did in this module required Docker 1.12 or later
Everything we did in this module required Docker 1.12 or later
Everything we did in this module required Docker 1.12 or later