Nicolas De loof

Results 981 comments of Nicolas De loof

Could you please explain what use-case would make this feature useful ? As a workaround, you obviously can use `docker cp ..` for one-off containers (container started by `docker compose...

agree _ in theory_, but I noticed we let you `docker compose exec` into a one off container if no service is running for target service, so would like to...

possibly a duplicate for https://github.com/docker/compose/issues/7188 (i.e race condition in docker engine)

Docker Compose can't offer such a feature until the Docker Engine does, please open a feature request on https://github.com/moby/moby

how does this relates to docker compose ?

I can't tell how you went into this state, but as `docker network ls` doesn't list this network, this sounds like an issue in docker engine during network removal (running...

`extends` can refer to an external compose file to reuse a service definition, but (whenever this was loosely checked so far) such a file MUST be a valid compose file,...

There's no way (yet) to get compose file display such a warning message as a compose file is "not intended to be used directly", but you can make it invalid,...

Can you please try to reproduce with v2.24.3 ? I guess this has same cause as https://github.com/docker/compose/issues/11377 (while the fact this isn't deterministic sounds weird to me)

oh sorry my bad, I got confused with the many releases in a row. So this issue applies to latest. Let me investigate