How to Install Docker on LMDE 6 | Install Docker on Linux Mint Debian Edition 6
How to Install Docker on LMDE 6 | Install Docker on Linux Mint Debian Edition 6 – Docker Engine is an open source containerization technology for building and containerizing your applications. Docker Engine acts as a client-server application with:
A server with a long-running daemon process dockerd.
APIs which specify interfaces that programs can use to talk to and instruct the Docker daemon.
A command line interface (CLI) client docker.
The CLI uses Docker APIs to control or interact with the Docker daemon through scripting or direct CLI commands. Many other Docker applications use the underlying API and CLI. The daemon creates and manage Docker objects, such as images, containers, networks, and volumes.
[ad_2]
source