mirror of
https://github.com/containers/podman.git
synced 2025-05-20 16:47:39 +08:00
Remove references to --pull=true and --pull=false
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
@ -4,9 +4,9 @@
|
||||
####> are applicable to all of those.
|
||||
#### **--pull**=*policy*
|
||||
|
||||
Pull image policy. The default is **always**.
|
||||
Pull image policy. The default is **missing**.
|
||||
|
||||
- **always**, **true**: Always pull the image and throw an error if the pull fails.
|
||||
- **always**: Always pull the image and throw an error if the pull fails.
|
||||
- **missing**: Only pull the image when it does not exist in the local containers storage. Throw an error if no image is found and the pull fails.
|
||||
- **never**, **false**: Never pull the image but use the one from the local containers storage. Throw an error when no image is found.
|
||||
- **never**: Never pull the image but use the one from the local containers storage. Throw an error when no image is found.
|
||||
- **newer**: Pull if the image on the registry is newer than the one in the local containers storage. An image is considered to be newer when the digests are different. Comparing the time stamps is prone to errors. Pull errors are suppressed if a local image was found.
|
||||
|
@ -313,8 +313,6 @@ the help of emulation provided by packages like `qemu-user-static`.
|
||||
|
||||
@@option pull.image
|
||||
|
||||
Pull image policy. The default is **missing**.
|
||||
|
||||
@@option quiet
|
||||
|
||||
@@option retry
|
||||
|
Reference in New Issue
Block a user