2017-07-17 13:48:22 +00:00
|
|
|
% kpod(1) kpod-pull - Simple tool to pull an image from a registry
|
2017-06-30 19:10:57 +00:00
|
|
|
% Urvashi Mohnani
|
2017-07-17 13:48:22 +00:00
|
|
|
# kpod-pull "1" "July 2017" "kpod"
|
|
|
|
|
|
|
|
## NAME
|
2017-06-30 19:10:57 +00:00
|
|
|
kpod-pull - Pull an image from a registry
|
|
|
|
|
2017-07-17 13:48:22 +00:00
|
|
|
## SYNOPSIS
|
2017-06-30 19:10:57 +00:00
|
|
|
**kpod pull**
|
|
|
|
**NAME[:TAG|@DISGEST]**
|
|
|
|
[**--help**|**-h**]
|
|
|
|
|
2017-07-17 13:48:22 +00:00
|
|
|
## DESCRIPTION
|
2017-06-30 19:10:57 +00:00
|
|
|
Copies an image from a registry onto the local machine. **kpod pull** pulls an
|
|
|
|
image from Docker Hub if a registry is not specified in the command line argument.
|
|
|
|
If an image tag is not specified, **kpod pull** defaults to the image with the
|
|
|
|
**latest** tag (if it exists) and pulls it. **kpod pull** can also pull an image
|
|
|
|
using its digest **kpod pull [image]@[digest]**.
|
|
|
|
|
|
|
|
**kpod [GLOBAL OPTIONS]**
|
|
|
|
|
|
|
|
**kpod pull [GLOBAL OPTIONS]**
|
|
|
|
|
|
|
|
**kpod pull NAME[:TAG|@DIGEST] [GLOBAL OPTIONS]**
|
|
|
|
|
2017-07-17 13:48:22 +00:00
|
|
|
## GLOBAL OPTIONS
|
2017-06-30 19:10:57 +00:00
|
|
|
|
|
|
|
**--help, -h**
|
|
|
|
Print usage statement
|
|
|
|
|
2017-07-17 13:48:22 +00:00
|
|
|
## SEE ALSO
|
2017-06-30 19:10:57 +00:00
|
|
|
kpod(1), crio(8), crio.conf(5)
|
|
|
|
|
2017-07-17 13:48:22 +00:00
|
|
|
## HISTORY
|
2017-06-30 19:10:57 +00:00
|
|
|
July 2017, Originally compiled by Urvashi Mohnani <umohnani@redhat.com>
|