mirror of
https://github.com/nextcloud/vm.git
synced 2025-10-26 11:27:32 +00:00
fix docker install
This commit is contained in:
parent
270bbeb605
commit
d03d013382
5
lib.sh
5
lib.sh
@ -1042,8 +1042,9 @@ if ! is_docker_running
|
||||
then
|
||||
print_text_in_color "$ICyan" "Installing Docker CE..."
|
||||
apt update -q4 & spinner_loading
|
||||
install_if_not curl
|
||||
curl -fsSL get.docker.com | sh
|
||||
install_if_not docker.io
|
||||
#install_if_not curl
|
||||
#curl -fsSL get.docker.com | sh
|
||||
fi
|
||||
# Set overlay2
|
||||
cat << OVERLAY2 > /etc/docker/daemon.json
|
||||
|
||||
Loading…
Reference in New Issue
Block a user