Document URL: https://docs.openshift.com/container-platform/3.11/install/disconnected_install.html#disconnected-preparing-images-for-export Section Number and Name: "2. Export the OpenShift Container Platform infrastructure component images:" Describe the issue: Miss the backslash (' \') in command 'docker save' The excerpt of that command: " registry.redhat.io/openshift3/snapshot-controller \ registry.redhat.io/openshift3/snapshot-provisioner registry.redhat.io/rhel7/etcd:3.2.22 " Suggestions for improvement: It should be: " registry.redhat.io/openshift3/snapshot-controller \ registry.redhat.io/openshift3/snapshot-provisioner \ registry.redhat.io/rhel7/etcd:3.2.22 " Additional information:
Updated docs to add correct backslash. This can be reviewed here: https://github.com/openshift/openshift-docs/pull/22413 Moving this bug to POST
PR merged. Moving bug to release pending.
The documentation is complete and verified on docs.openshift. Closing bug. https://docs.openshift.com/container-platform/3.11/install/disconnected_install.html#disconnected-preparing-images-for-export