This commit is contained in:
veypi
2021-12-22 17:10:35 +08:00
parent 564847851b
commit 65e2409fae
18 changed files with 428 additions and 34 deletions
-9
View File
@@ -59,15 +59,6 @@ reboot # or relogin
```bash
sudo apt install docker.io
sudo systemctl start docker
sudo systemctl enable docker
sudo adduser $USER docker
```
## login && push
```bash