Nicolas De loof

Results 981 comments of Nicolas De loof

Closing this issue as `scale` command is now available

don't you get the same running `docker buildx build -f path/to/Dockerfile --cache-from my_server .` ?

If you can reproduce this behavior with `docker buildx build ...` command, please report to github.com/docker/buildx (which we rely on for the `build` command

Docker Compose v2 removes unused resources from the model so that only required resources get created. This is why an "unused" volume won't be created. This decision makes more sense...

@L-Trump IIUC you use a single compose file as a yaml version for `docker volume create XXX` the refer to this volume as an external one in your other compose...

AFAICT this doesn't seem to be a compose issue, but a docker engine one. If you have a chance to reproduce, please try running `docker run -p :80 nginx` and...

> ... a way to pass build time params into the service dockerfiles You should use build args for this purpose ```yaml build: context: . args: - JENKINS_ENV - JENKINS_THEME...

v2.17.3 is pretty old, please install a recent release so you run up-to-date builder client. please also check with `docker buildx ls` the active builder you're using last but not...

`docker compose ps` only list running containers, add `--all` to also list the stopped ones. network not found error on `up` is unclear to me, have no idea what could...