Docker

Docker

Docker is an open source application container engine, based on the Go language and open source in accordance with the Apache2.0 protocol.

Docker allows developers to package their applications and dependencies into a lightweight, portable container, and then distribute it to any popular Linux machine, and it can also be virtualized.

The container is completely using the sandbox mechanism, and there will be no interface between them (similar to iPhone apps), and more importantly, the performance overhead of the container is extremely low.


1.png2.png