forked from Fascinated/docs
add prerequisites to docker install
This commit is contained in:
parent
f394e4d5c2
commit
33f1f5d2ff
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user