2017-07-29 17:26:21 +00:00
|
|
|
% kpod(1) kpod-tag - Add tags to an image
|
2017-07-17 13:48:22 +00:00
|
|
|
% Ryan Cole
|
|
|
|
# kpod-tag "1" "July 2017" "kpod"
|
2017-06-27 13:45:25 +00:00
|
|
|
|
2017-07-17 13:48:22 +00:00
|
|
|
## NAME
|
|
|
|
kpod tag - Add an additional name to a local image
|
2017-06-27 13:45:25 +00:00
|
|
|
|
2017-07-17 13:48:22 +00:00
|
|
|
## SYNOPSIS
|
2017-06-27 13:45:25 +00:00
|
|
|
**kpod tag**
|
|
|
|
[**--help**|**-h**]
|
|
|
|
|
2017-07-17 13:48:22 +00:00
|
|
|
## DESCRIPTION
|
2017-06-27 13:45:25 +00:00
|
|
|
Assigns a new alias to an image in a registry. An alias refers to the entire image name, including the optional **TAG** after the ':'
|
|
|
|
|
|
|
|
**kpod [GLOBAL OPTIONS]**
|
|
|
|
|
2017-07-15 10:51:48 +00:00
|
|
|
**kpod [GLOBAL OPTIONS] tag [OPTIONS]**
|
2017-06-27 13:45:25 +00:00
|
|
|
|
2017-07-17 13:48:22 +00:00
|
|
|
## GLOBAL OPTIONS
|
2017-06-27 13:45:25 +00:00
|
|
|
|
|
|
|
**--help, -h**
|
|
|
|
Print usage statement
|
|
|
|
|
2017-07-17 13:48:22 +00:00
|
|
|
## EXAMPLES
|
2017-06-27 13:45:25 +00:00
|
|
|
|
|
|
|
kpod tag 0e3bbc2 fedora:latest
|
|
|
|
|
|
|
|
kpod tag httpd myregistryhost:5000/fedora/httpd:v2
|
|
|
|
|
2017-07-17 13:48:22 +00:00
|
|
|
## SEE ALSO
|
2017-06-27 13:45:25 +00:00
|
|
|
kpod(1), crio(8), crio.conf(5)
|
2017-07-17 13:48:22 +00:00
|
|
|
|
|
|
|
## HISTORY
|
|
|
|
July 2017, Originally compiled by Ryan Cole <rycole@redhat.com>
|