BLOG
# What is Docker?
Docker is a set of https://en.wikipedia.org/wiki/Platform_as_a_service (PaaS) products that use OS-level virtualization to deliver software in packages called containers.
Docker is a tool that is used to automate the deployment of applications in lightweight containers so that applications can work efficiently in different environments in isolation. Wikipedia.
Official installation tutorial for Debian.
# Start installing
Install CA-certificates and CURL:
sud…