install docker the "old" way

This commit is contained in:
Daniel Hansson 2020-06-14 03:59:35 +02:00 committed by GitHub
parent bea327eb82
commit 045479c33e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

5
lib.sh
View File

@ -1054,9 +1054,8 @@ if ! is_docker_running
then
print_text_in_color "$ICyan" "Installing Docker CE..."
apt update -q4 & spinner_loading
install_if_not docker.io
#install_if_not curl
#curl -fsSL get.docker.com | sh
install_if_not curl
curl -fsSL get.docker.com | sh
fi
# Set overlay2
cat << OVERLAY2 > /etc/docker/daemon.json