From 910064bf749a0f0795b03d5ac039ee2a9fba4e6c Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Tue, 1 Aug 2017 11:40:41 -0400 Subject: [PATCH] Remove atomic transport description. Miloslav informs me that the docker transport talking to an OpenShift registry will handle signatures properly, so no need for the atomic transport any longer. We want to stop documenting it. Signed-off-by: Daniel J Walsh --- docs/kpod-pull.1.md | 3 --- docs/kpod-push.1.md | 8 -------- 2 files changed, 11 deletions(-) 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)