mirror of
https://github.com/hexastack/hexabot
synced 2025-06-26 18:27:28 +00:00
GITBOOK-96: Ikbel's Nov 22 changes
This commit is contained in:
parent
a5ad765d15
commit
a3ca24d9c9
@ -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
|
sudo chmod a+r /etc/apt/keyrings/docker.asc
|
||||||
|
|
||||||
# Add the repository to Apt sources:
|
# Add the repository to Apt sources:
|
||||||
echo
|
echo "deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/docker.asc] https://download.docker.com/linux/ubuntu \
|
||||||
\"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" | \
|
||||||
$(. /etc/os-release && echo "$VERSION_CODENAME") stable" | \
|
sudo tee /etc/apt/sources.list.d/docker.list > /dev/null
|
||||||
sudo tee /etc/apt/sources.list.d/docker.list > /dev/null
|
|
||||||
|
# Update the system:
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
```
|
```
|
||||||
|
|
||||||
2. Install Docker Community Edition:
|
2. Install Docker Community Edition:
|
||||||
|
Loading…
Reference in New Issue
Block a user