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

@@ -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