docker
docker copied to clipboard
error in README.md
I just wanted to point out a small inaccuracy in the readme.
the Ensure docker compose works and that you use a version ≥ 1.28 : $ docker compose --version part
contains an error. -> docker-compose.
just a little oversight...
this isn't an error.
for ubuntu/debian docker installation with the distribution repos
docker-compose
for installation uses the docker repo its;
docker compose
Hi,
can confirm. There are two ways of having the compose plugin: one is docker-compose, the other is docker compose. It depends on the docker version and the way you install docker (via Ubuntu repos or directly from the docker repos).
Regards, J.