We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8264828 commit 9fc81e4Copy full SHA for 9fc81e4
install/docker-install.sh
@@ -62,15 +62,6 @@ else
62
msg_ok "Installed Portainer Agent $PORTAINER_AGENT_LATEST_VERSION"
63
fi
64
65
-read -r -p "Would you like to add Docker Compose? <y/N> " prompt
66
-if [[ ${prompt,,} =~ ^(y|yes)$ ]]; then
67
- msg_info "Installing Docker Compose $DOCKER_COMPOSE_LATEST_VERSION"
68
- DOCKER_CONFIG=${DOCKER_CONFIG:-$HOME/.docker}
69
- mkdir -p $DOCKER_CONFIG/cli-plugins
70
- curl -sSL https://github.com/docker/compose/releases/download/$DOCKER_COMPOSE_LATEST_VERSION/docker-compose-linux-x86_64 -o ~/.docker/cli-plugins/docker-compose
71
- chmod +x $DOCKER_CONFIG/cli-plugins/docker-compose
72
- msg_ok "Installed Docker Compose $DOCKER_COMPOSE_LATEST_VERSION"
73
-fi
74
75
motd_ssh
76
customize
0 commit comments