pack config pull-policy

pack config pull-policy

List, set and unset the global pull policy used by other commands

Synopsis

You can use this command to list, set, and unset the default pull policy that will be used when working with containers:

  • To list your pull policy, run pack config pull-policy.
  • To set your pull policy, run pack config pull-policy <always | if-not-present | never>.
  • To unset your pull policy, run pack config pull-policy --unset. Unsetting the pull policy will reset the policy to the default, which is always
pack config pull-policy <always | if-not-present | never> [flags]

Options

  -h, --help    Help for 'pull-policy'
  -u, --unset   Unset pull policy, and set it back to the default pull-policy, which is always

Options inherited from parent commands

      --force-color   Force color output
      --no-color      Disable color output
  -q, --quiet         Show less output
      --timestamps    Enable timestamps in output
  -v, --verbose       Show more output

SEE ALSO

  • pack config - Interact with your local pack config file