docker compose pull --ignore-buildable

Category: Docker

docker compose pull --ignore-buildable

Pull only images that are not built locally

Pulls images for services lacking a build section, skipping those compose would build from a Dockerfile. Saves bandwidth when you only want prebuilt dependencies refreshed. The --policy always flag forces a fresh pull regardless.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.