-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
Description
Summary
There is a next generation docker compose CLI. https://github.com/docker/compose-cli
It's built-in in Docker Desktop (for mac and windows), and will coming soon for Linux. (For now, Linux users can install it manually)
The new compose CLI is a native program that write in GoLang, it won't need python anymore, and will built-in in docker release.
Motivation
I think the install script should check if the docker compose command available, fallback to docker-compose only if docker compose is invalid.
And don't forget the version check, docker compose have a new version number that restart from 1.0.
splitt3r, maxisam and EricsonMacedo