Aktualizovat Docker-DockerCompose.md
This commit is contained in:
parent
398105bc43
commit
d48b09c9b4
@ -39,12 +39,12 @@
|
||||
|
||||
## Odinstalace
|
||||
|
||||
2. Odstranení všech balíčků `Docker Engine`, `CLI`, `containerd` a `Docker Compose`.
|
||||
1. Odstranení všech balíčků `Docker Engine`, `CLI`, `containerd` a `Docker Compose`.
|
||||
```shell
|
||||
sudo apt-get purge docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin docker-ce-rootless-extras
|
||||
```
|
||||
|
||||
2. Ručně odstranit `Images`, `containers`, `volumes` nebo `custom configuration`.
|
||||
1. Ručně odstranit `Images`, `containers`, `volumes` nebo `custom configuration`.
|
||||
```shell
|
||||
sudo rm -rf /var/lib/docker
|
||||
sudo rm -rf /var/lib/containerd
|
||||
|
||||
Loading…
Reference in New Issue
Block a user