Guillaume Lours

Results 173 comments of Guillaume Lours

@jsoriano I just opened 2 PRs to update both [Docker documentation](https://github.com/docker/docker.github.io/pull/15375) and the [Compose specification](https://github.com/compose-spec/compose-spec/pull/272) Anyway I'm not sure to understand your issue. If you use a Compose version >=...

Ok it's clear now, sorry for the inconvenience 😞 A that time, we didn't publish the changes of `compose-go` in the Compose releases and that was a mistake. We now...

Hello @laurentsimon Regarding the current exchanges in your buildx [PR](https://github.com/docker/buildx/pull/1243), we're discussing internally to give you a common response quickly. If that's fine for you, could we use the buildx...

Can you post the result of `docker-compose --version` and `docker version` ?

@LukasPol sorry for replying so late. I'll take a look to your changes tomorrow @eunomie did you have time to take a look? Especially on the ruby-on-rails part?

Hello @dpschen Thanks for you contribution! I'm really sorry for the delay between your PR creation and the review 😞 Can you just [signoff](https://github.com/docker/awesome-compose/pull/155/checks?check_run_id=3185391364) your commit (equivalent agreeing Docker DCO)...

Hello @sisouza There is some examples for compose in the dedicated [docker/awesome-compose](https://github.com/docker/awesome-compose) repository. And there is a existing example with [React Express and Mysql](https://github.com/docker/awesome-compose/tree/master/react-express-mysql), maybe you can propose some improvements...

Ho sorry, I was thinking we were in the @docker/compose repository 🤦 I reopen the issue, my bad

Please use the [official docker image](https://hub.docker.com/_/docker) which embeds the latest version of Compose. You can use Compose with it easily ```shell > docker run -v /var/run/docker.sock:/var/run/docker.sock --rm -it docker compose...

Hello @vishal979 Did you plan to update your PR regarding the comments done by @RomainBelorgey and @inductor or should we close this pull request?