mirror of https://github.com/docker/docs.git
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:
parent
ac6ff97fdb
commit
184fbf7a71
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue