### 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/