Switch "docker-compose" to "docker compose". #54
Labels
documentation
This issue or pull request improves or adds to documentation
improvement
This issue or pull request will add or improve functionality, maintainability, or ease of use
💡 Summary
The
docker
command is now capable of doing the work ofdocker-compose
. This message is now emitted bydocker-compose
:Motivation and context
Eventually this will be the way™.
Implementation notes
https://docs.docker.com/compose/cli-command/
I've noticed that the new command is more pedantic about the
docker-compose.yml
files.Specifically, it does not permit quoted integers for port numbers.
Acceptance criteria
How do we know when this work is done?
docker-compose
references converted todocker compose
docker-compose.yml
files work with new commandThe text was updated successfully, but these errors were encountered: