From 33f1f5d2ffd34c16a29f7d5073e3831852d1e2bb Mon Sep 17 00:00:00 2001 From: Fascinated Date: Mon, 26 Jun 2023 12:47:49 +0100 Subject: [PATCH] add prerequisites to docker install --- guides/install-docker.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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