Skip to main content

Command Palette

Search for a command to run...

Install Docker in Ubuntu / Debian

Updated
1 min read

Here'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