docker run --pull always nginx

Category: Docker

docker run --pull always nginx

Run and always pull the freshest image

Forces a pull attempt before starting, so the latest remote version of nginx runs even if a local copy exists. The default --pull missing only pulls when absent. Slow on metered connections.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.