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.shsh get-docker.sh (Shows you the current installation status)You can verify the installation with docker ps