Skip to content

Install Docker

Before we install our docker software, we should perform a small update.
To do this we simply use the get Docker script.

  • Run apt update
  • Run apt upgrade -y
  • Run apt install curl -y

Now you can install docker

curl -fsSL https://get.docker.com -o get-docker.sh
sh get-docker.sh (Shows you the current installation status)

You can verify the installation with docker ps