Add reference to dockerco install doc

This commit is contained in:
David Boreham 2023-08-15 07:30:07 -06:00
parent 4a461b0dce
commit 770899ab54

View File

@ -47,6 +47,7 @@ esac
export DEBIAN_FRONTEND=noninteractive
## https://docs.docker.com/engine/install/ubuntu/
## https://docs.docker.com/engine/install/debian/
## https://superuser.com/questions/518859/ignore-packages-that-are-not-currently-installed-when-using-apt-get-remove1
packages_to_remove="docker docker-engine docker.io containerd runc docker-compose docker-doc podman-docker"
installed_packages_to_remove=""