remove configuration files and installed dependencies on archlinux (#15355)

Signed-off-by: aiordache <anca.iordache@docker.com>

Signed-off-by: aiordache <anca.iordache@docker.com>
This commit is contained in:
Anca Iordache 2022-08-11 10:13:59 +02:00 committed by GitHub
parent ac6ff97fdb
commit 184fbf7a71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ the remaining systemd service files.
```console
$ rm -r $HOME/.docker/desktop
$ sudo rm /usr/local/bin/com.docker.cli
$ sudo apt purge docker-desktop
$ sudo pacman -Rns docker-desktop
```
Remove the `credsStore` and `currentContext` properties from `$HOME/.docker/config.json`. Additionally, you must delete any edited configuration files manually.