Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 240 Bytes

Install_Docker.md

File metadata and controls

9 lines (7 loc) · 240 Bytes

Install Docker on Ubuntu 22

Follow the instructions here to install docker on Ubuntu.

Next, we install docker-compose

sudo apt install python3-pip
sudo pip install docker-compose