Install Docker Engine
This guide will walk you through the installation of Docker Engine on popular Linux platforms such as Ubuntu, Raspberry Pi OS, Debian, and Alpine Linux.
Last updated
This guide will walk you through the installation of Docker Engine on popular Linux platforms such as Ubuntu, Raspberry Pi OS, Debian, and Alpine Linux.
Last updated
ollow the steps below to get Docker up and running on your system. If you are missing an OS or you would like to learn more about Docker, please visit the official Docker page.
Prerequisites
Before you begin, ensure that you have the following:
A 64-bit version of your Linux distribution.
Sudo privileges on the system.
You can go directly to the section of your OS:
Update the Package Index:
Install Required Packages:
Add Docker’s Official GPG Key:
Set Up the Docker Repository:
Install Docker Engine:
Verify the Installation:
Update the Package Index:
Download and Run the Docker Installation Script:
Add Your User to the Docker Group:
Verify the Installation:
Update the Package Index:
Install Required Packages:
Add Docker’s Official GPG Key:
Set Up the Docker Repository:
Install Docker Engine:
Verify the Installation:
Update the Package Index:
Install Docker:
Start the Docker Daemon:
Add Your User to the Docker Group:
Verify the Installation:
After installing Docker, you may want to configure Docker to start on boot:
To check the status of Docker:
If you encounter any issues, ensure that:
Your system meets the prerequisites.
You have followed each step correctly.
You have a stable internet connection during the installation process.
As soon as the docker engine is up and running, you can go back to "Add Device" and continue with insalling the Agent on the device.