Merge pull request #13417 from gqqnbig/patch-1

Unset environment variables when uninstall rootless docker
This commit is contained in:
Sebastiaan van Stijn 2021-08-27 15:32:53 +02:00 committed by GitHub
commit b97db3206d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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.