Nicolas De loof

Results 980 comments of Nicolas De loof

@gutoandreollo that's already the case with base images, if you pull "ubuntu:14.04" at different times, you'll get on latest an updated docker image. See https://hub.docker.com/r/library/ubuntu/tags/ all tags where updated 12...

I'd like to be able to run all clever CLI commands with plain application ID, and as a local (?) shortcut define some aliases. Would maybe be even simpler to...

`docker compose` (compose v2) has been released in September, you should consider updating

👍 it would be interesting to evaluate if we can offer the equivalent for `docker save / docker load` as compose commands for all service images

Would need to extend https://github.com/compose-spec/compose-spec/blob/master/spec.md#dns so that we clarify a service name can be used to set `dns`. In terms of implementation, this implies an implicit depends_on being set between...

interesting. From a Compose Specification point of view, `driver_opts` is expected to be an opaque attribute that can offer random configuration element for actual drivers, and the compose file format...

Just a note on Compose V2: `docker compose --profile test down` will only take down services selected by the configured profile, but will fail removing network. We probably should make...