containerd / nerdctl

contaiNERD CTL - Docker-compatible CLI for containerd, with support for Compose, Rootless, eStargz, OCIcrypt, IPFS, ...
Apache License 2.0
7.98k stars 594 forks source link

Support --pull flag in nerdctl compose up #3432

Open flleonx opened 2 weeks ago

flleonx commented 2 weeks ago

What is the problem you're trying to solve

docker compose up supports the --pull flag that allows you to specify the pull policy for the images in the compose file.

Describe the solution you'd like

I would like that nerdctl also support this flag for nerdctl compose up command.

Additional context

https://docs.docker.com/reference/cli/docker/compose/up/