docker icon indicating copy to clipboard operation
docker copied to clipboard

error in README.md

Open ccomincini opened this issue 2 years ago • 2 comments

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

ccomincini avatar Sep 18 '23 15:09 ccomincini

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

ben-ba avatar Oct 11 '23 19:10 ben-ba

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.

JeanPluzo avatar Oct 12 '23 06:10 JeanPluzo