diff --git a/docs/kpod-pull.1.md b/docs/kpod-pull.1.md index 5c5f717d..1787e209 100644 --- a/docs/kpod-pull.1.md +++ b/docs/kpod-pull.1.md @@ -28,9 +28,6 @@ Image stored in local container/storage Multiple transports are supported: - **atomic:**_hostname_**/**_namespace_**/**_stream_**:**_tag_ - An image served by an OpenShift(Atomic) Registry server. The current OpenShift project and OpenShift Registry instance are by default read from `$HOME/.kube/config`, which is set e.g. using `(oc login)`. - **dir:**_path_ An existing local directory _path_ storing the manifest, layer tarballs and signatures as individual files. This is a non-standardized format, primarily useful for debugging or noninvasive container inspection. diff --git a/docs/kpod-push.1.md b/docs/kpod-push.1.md index 8d396218..17f18d31 100644 --- a/docs/kpod-push.1.md +++ b/docs/kpod-push.1.md @@ -22,9 +22,6 @@ Image stored in local container/storage Multiple transports are supported: - **atomic:**_hostname_**/**_namespace_**/**_stream_**:**_tag_ - An image served by an OpenShift(Atomic) Registry server. The current OpenShift project and OpenShift Registry instance are by default read from `$HOME/.kube/config`, which is set e.g. using `(oc login)`. - **dir:**_path_ An existing local directory _path_ storing the manifest, layer tarballs and signatures as individual files. This is a non-standardized format, primarily useful for debugging or noninvasive container inspection. @@ -97,10 +94,5 @@ This example extracts the imageID image and puts into the local docker container `# kpod push imageID docker-daemon:image:tag` -This example extracts the imageID image and pushes it to an OpenShift(Atomic) registry - - `# kpod push imageID atomic:registry.example.com/company/image:tag` - - ## SEE ALSO kpod(1)