Docker: Update install-docker.sh script

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer 2022-12-04 11:53:02 +01:00
parent 08937b779b
commit 51ab82ee8b

View file

@ -20,7 +20,7 @@ echo "deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/docker.
# Install Docker with Compose Plugin. # Install Docker with Compose Plugin.
sudo apt-get update sudo apt-get update
sudo apt-get -qq install docker-ce docker-ce-cli containerd.io docker-compose-plugin sudo apt-get -qq install docker-ce docker-ce-cli containerd.io docker-compose-plugin aufs-tools cgroupfs-mount
# Verify installation works. # Verify installation works.
sudo docker run hello-world sudo docker run hello-world