mirror of https://github.com/docker/docs.git
Merge pull request #6974 from ivansharamok/master
extended docker engine uninstall instructions
This commit is contained in:
commit
4d1f07b9c0
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue