We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc414b7 commit af50b39Copy full SHA for af50b39
1 file changed
templates/workspace_services/guacamole/user_resources/guacamole-azure-linuxvm/terraform/vm_config.sh
@@ -86,8 +86,8 @@ fi
86
87
# Docker install and config
88
sudo apt-get install -y ca-certificates curl gnupg lsb-release
89
-sudo apt-get install -y docker-ce docker-ce-cli containerd.io jq
90
-sudo apt-get install -y docker-compose-plugin
+sudo apt-get install -y docker-compose-plugin docker-ce-cli containerd.io jq
+sudo apt-get install -y docker-ce
91
jq -n --arg proxy "${NEXUS_PROXY_URL}:8083" '{"registry-mirrors": [$proxy]}' > /etc/docker/daemon.json
92
sudo systemctl daemon-reload
93
sudo systemctl restart docker
0 commit comments