Обновить WG.md
This commit is contained in:
@@ -4,9 +4,10 @@
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Для Ubuntu/Debian
|
# Для Ubuntu/Debian
|
||||||
curl -fsSL https://get.docker.com -o get-docker.sh
|
apt update && apt upgrade -y
|
||||||
sudo sh get-docker.sh
|
apt install -y docker.io
|
||||||
sudo usermod -aG docker $USER && newgrp docker
|
systemctl enable docker
|
||||||
|
systemctl start docker
|
||||||
```
|
```
|
||||||
|
|
||||||
### 2️⃣ Создание рабочей директории
|
### 2️⃣ Создание рабочей директории
|
||||||
|
|||||||
Reference in New Issue
Block a user