d43e67ad00
This patch will allow people who go to the github page to easily read man pages. Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
35 lines
926 B
Markdown
35 lines
926 B
Markdown
% kpod(1) kpod-pull - Simple tool to pull an image from a registry
|
|
% Urvashi Mohnani
|
|
# kpod-pull "1" "July 2017" "kpod"
|
|
|
|
## NAME
|
|
kpod-pull - Pull an image from a registry
|
|
|
|
## SYNOPSIS
|
|
**kpod pull**
|
|
**NAME[:TAG|@DISGEST]**
|
|
[**--help**|**-h**]
|
|
|
|
## DESCRIPTION
|
|
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]**
|
|
|
|
## GLOBAL OPTIONS
|
|
|
|
**--help, -h**
|
|
Print usage statement
|
|
|
|
## SEE ALSO
|
|
kpod(1), crio(8), crio.conf(5)
|
|
|
|
## HISTORY
|
|
July 2017, Originally compiled by Urvashi Mohnani <umohnani@redhat.com>
|