mirror of https://github.com/docker/docs.git
Merge pull request #13417 from gqqnbig/patch-1
Unset environment variables when uninstall rootless docker
This commit is contained in:
commit
b97db3206d
|
@ -215,6 +215,8 @@ Removed /home/testuser/.config/systemd/user/default.target.wants/docker.service.
|
|||
[INFO] To remove data, run: `/usr/bin/rootlesskit rm -rf /home/testuser/.local/share/docker`
|
||||
```
|
||||
|
||||
Unset environment variables PATH and DOCKER_HOST if you have added them to `~/.bashrc`.
|
||||
|
||||
To remove the data directory, run `rootlesskit rm -rf ~/.local/share/docker`.
|
||||
|
||||
To remove the binaries, remove `docker-ce-rootless-extras` package if you installed Docker with package managers.
|
||||
|
|
Loading…
Reference in New Issue