serge icon indicating copy to clipboard operation
serge copied to clipboard

Update README.md

Open robisaacnz opened this issue 2 years ago • 2 comments

The tl;dr instructions assume the use of Docker Desktop, rather than the docker command line tools installed some other way (eg. homebrew on macOS) which often has slightly different syntax. This patch adds a line before the tl;dr instructions to indicate Docker Desktop is required.

robisaacnz avatar Mar 23 '23 23:03 robisaacnz

Hey! Thanks for the PR, I'm not super familiar with mac, so I'm trying to understand what the differences are. is docker compose not available there?

nsarrazin avatar Mar 23 '23 23:03 nsarrazin

docker compose is primarily used in Docker Desktop. The "normal" (Linux) command is docker-compose, which also works with Docker Desktop. So docker-composeactually always works.

Mmh i'm not sure about this. See the docs here : https://docs.docker.com/compose/compose-v2/ Pretty sure docker-compose is getting deprecated.

nsarrazin avatar Mar 25 '23 19:03 nsarrazin

Ok we updated the doc and the setup quite a bit recently. I'm closing this for now, feel free to reply if I missed something.

nsarrazin avatar Mar 27 '23 15:03 nsarrazin