Guillaume Lours

Results 173 comments of Guillaume Lours

I tried to reproduce with a very(too?) simple example to reproduce. I setup an multipass ubuntu VM with a rootless docker installation via t[he convenience script of the official documentation](https://docs.docker.com/engine/install/ubuntu/#install-using-the-convenience-script)....

@ivlis works as expected on my side 🤔 ![Screenshot 2022-08-02 at 14 22 55](https://user-images.githubusercontent.com/705411/182373572-2f648810-356f-4acb-9568-6f8d387d8ef7.png)

@ivlis @zachberger no issue with ssh also, and I used @ivlis compose file for this test I also had the warning message but was able to pull the 2 images...

We added the bot to do some automatic cleanup & get more visibility on what's really matter or not. There's currently too much issues open, some for years, and it...

As mentioned by @dcorking this issue sounds to be resolved. By the way the `service.mem_limit` has been deprecated and should be replace by the `service.deploy.limits.memory` @dhruvkb I close the issue,...

And in many case, especially the one describe in #8623, a simple `docker compose up --build ` should provide the expecting behaviour

I wonder if we can ask Buildx maintainers to export this method through an existing API or command. I prefer to avoid code duplication and get benefit from Buildx future...

Hello @juewach Most of the time this is an issue with the underlying technology used inside the container which doesn't handle correctly exit signals, can you try to change the...

Hey 👋 Compose is strictly following the [Compose Specification](https://github.com/compose-spec/compose-spec/blob/master/spec.md#long-syntax-2) here. The `published` port(s) can be a port range that's why a `string` is used instead of a `uint32` for the...

@jsoriano I just tested with your output, and I can't reproduce the problem with Compose ```shell > bat compose.yaml ───────┬────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── │ File: compose.yaml │ Size: 212 B ───────┼────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── 1 │...