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