I have installed Docker using Docker's official apt repo.
My question is, if I uninstall it using sudo apt-get remove docker docker-engine docker.io containerd runc
. Will Docker containers and images will also be deleted?
Or should I run a docker system prune
explicitly before uninstall?