GITBOOK-96: Ikbel's Nov 22 changes

This commit is contained in:
Ikbel Taleb Hassan 2024-11-22 17:32:05 +00:00 committed by gitbook-bot
parent a5ad765d15
commit a3ca24d9c9
No known key found for this signature in database
GPG Key ID: 07D2180C7B12D0FF

View File

@ -17,12 +17,12 @@ The following is an example on how to install Docker on a Ubuntu machine. If you
sudo chmod a+r /etc/apt/keyrings/docker.asc
# Add the repository to Apt sources:
echo
\"deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/docker.asc] https://download.docker.com/linux/ubuntu \
$(. /etc/os-release && echo "$VERSION_CODENAME") stable" | \
sudo tee /etc/apt/sources.list.d/docker.list > /dev/null
sudo apt-get update
echo "deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/docker.asc] https://download.docker.com/linux/ubuntu \
$(. /etc/os-release && echo "$VERSION_CODENAME") stable" | \
sudo tee /etc/apt/sources.list.d/docker.list > /dev/null
# Update the system:
sudo apt-get update
```
2. Install Docker Community Edition: