Install compose v1 and v2 alongside (#4203)

This commit is contained in:
Mikhail Timofeev
2021-10-01 12:33:34 +03:00
committed by GitHub
parent 9c5cf733d9
commit b665bad57b
5 changed files with 16 additions and 5 deletions

View File

@@ -9,4 +9,4 @@ URL="https://github.com/docker/compose/releases/download/1.29.2/docker-compose-L
curl -L $URL -o /usr/local/bin/docker-compose
chmod +x /usr/local/bin/docker-compose
invoke_tests "Tools" "Docker-compose"
invoke_tests "Tools" "Docker-compose v1"

View File

@@ -16,6 +16,7 @@ if ! IsPackageInstalled $docker_package; then
apt-get update
apt-get install -y moby-engine moby-cli
apt-get install --no-install-recommends -y moby-buildx
apt-get install -y moby-compose
else
echo "Docker ($docker_package) is already installed"
fi