Install Docker in Ubuntu / Debian
Updated
•1 min readHere's a detailed tutorial on setting up Docker on Ubuntu/Debian:
Step1: Make Package Repositories Up to Date.
To update the package repositories, open a terminal on your Ubuntu or Debian computer and type the following commands:
sudo apt update
sudo apt upgrade -y