kpod push

Ryan Cole
cri-o
Published in
1 min readAug 14, 2017

The kpod push command allows the user to copy locally-stored images to various locations. In addition to being able to push images to a remote container registry such as the docker.io, users can push images using various transports such as a local directory, Docker archive, an ostree repository, or even an OCI bundle. Images can be pushed using either their name or their ID, and they can be saved with names other than the name with which they are stored in disk. If a tag is not given, kpod push use the default tag “latest”.

This post is a part of the introducing kpod series

--

--