You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue is clean stops the docker.service but does not appear to uninstall
`docker` still runs at cli but services are no longer present
`apt list --installed | grep docker ` lists following
```
docker-ce-cli/buster,now 5:20.10.6~3-0~raspbian-buster armhf [installed,automatic]
docker-ce-rootless-extras/buster,now 5:20.10.6~3-0~raspbian-buster armhf [installed,automatic]
docker-ce/buster,now 5:20.10.6~3-0~raspbian-buster armhf [installed]
docker-compose/stable,now 1.21.0-3 all [installed]
golang-docker-credential-helpers/stable,now 0.6.1-2 armhf [installed,automatic]
python3-docker/stable,now 3.4.1-4 all [installed]
python3-dockerpty/stable,now 0.4.1-1 all [installed,automatic]
python3-dockerpycreds/stable,now 0.3.0-1 all [installed,automatic]
```
compose does get uninstalled
0 commit comments