

We can do this by running the following commands: $ apt-get update Replace “root” with your admin username if you’re not planning on using the root account.īefore starting with the installation, we need to update the OS packages to their latest versions. Remember to replace “IP_ADDRESS” and “PORT_NUMBER” with your actual server IP address and SSH port number.

Full SSH root access or a user with sudo privileges is also required.Ĭonnect to your server via SSH as the root user using the following command: ssh _ADDRESS -p PORT_NUMBER.For the purposes of this tutorial, we will be using a Debian 9 Server.In this guide, we will do the installation of Docker Community Edition on Debian 9. The key benefit of Docker is that it allows users to package an application with all of its dependencies into a standardized unit for software development.ĭocker Engine is available in Community Edition (CE) and Enterprise Edition (EE).

Docker is an open-source application that provides lightweight operating-system-level virtualization through the use of containers.
