mirror of
https://github.com/docker/docs.git
synced 2026-03-27 22:38:54 +07:00
added instructions to remove other docker related resources when uninstalling engine from linux systems:
```bash
$ sudo rm -rf /run/docker
$ sudo rm -rf /var/run/docker
$ sudo rm -rf /etc/docker
```