mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-09-22 15:47:55 +00:00
Requirement from https://github.com/containers/libpod/issues/3575#issuecomment-512238393 Added --pull for podman create and pull to match the newly added flag in docker CLI. `missing`: default value, podman will pull the image if it does not exist in the local. `always`: podman will always pull the image. `never`: podman will never pull the image. Signed-off-by: Qi Wang <qiwan@redhat.com> |
||
|---|---|---|
| .. | ||
| mountOpts.go | ||
| utils.go | ||
| utils_darwin.go | ||
| utils_linux.go | ||
| utils_supported.go | ||
| utils_test.go | ||
| utils_unsupported.go | ||
| utils_windows.go | ||