diff --git a/guides/install-docker.md b/guides/install-docker.md index 979e2da..2ef954a 100644 --- a/guides/install-docker.md +++ b/guides/install-docker.md @@ -12,6 +12,14 @@ dateCreated: 2023-06-26T10:43:59.640Z This guide provides step-by-step instructions for installing Docker Community Edition (CE) on Ubuntu, specifically tested on version 22.04. Docker is a powerful tool for containerization, allowing you to separate different services into individual containers and offering better resource efficiency compared to virtual machines. +## Prerequisites + +- A system running Ubuntu 22.04 +- A user account with sudo privileges +- An internet connection + +## Get Started + - Begin by updating your apt repository to ensure you have the latest package information and dependencies. Open a terminal and run the following command: ```bash