Merge pull request #6974 from ivansharamok/master

extended docker engine uninstall instructions
This commit is contained in:
Tammy Fox 2018-07-26 00:35:42 -04:00 committed by GitHub
commit 4d1f07b9c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 1 deletions

View File

@ -283,8 +283,15 @@ To manually install Docker EE, download the `.{{ package-format | downcase }}` f
```bash
$ sudo rm -rf /var/lib/docker
```
3. Delete other docker related resources:
```bash
$ sudo rm -rf /run/docker
$ sudo rm -rf /var/run/docker
$ sudo rm -rf /etc/docker
```
3. If desired, remove the `devicemapper` thin pool and reformat the block
4. If desired, remove the `devicemapper` thin pool and reformat the block
devices that were part of it.
You must delete any edited configuration files manually.