"Docker Tutorial" Docker is an open source application container engine, based on the Go language and open source in compliance with the Apache2.0 protocol. Docker allows developers to package their applications and dependencies into a lightweight, portable container and then publish it to any popular Linux machine, which can also be virtualized. Containers completely use the sandbox mechanism and do not have any interfaces with each other (similar to iPhone apps). More importantly, the container performance overhead is extremely low.
In "Docker Tutorial", you will learn how to install Docker, how to use its containers and images, package your own applications and dependency packages into a portable container, and then publish them to any popular Linux machine. Implement virtualization.