Bug 1279939

Summary: command to get the registry details is incorrect
Product: OpenShift Container Platform Reporter: Alexander Koksharov <akokshar>
Component: DocumentationAssignee: Ashley Hardin <ahardin>
Status: CLOSED DUPLICATE QA Contact: Vikram Goyal <vigoyal>
Severity: unspecified Docs Contact: Vikram Goyal <vigoyal>
Priority: unspecified    
Version: 3.0.0CC: adellape, aos-bugs, jokerman, mmccomas
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-01-06 14:54:12 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Alexander Koksharov 2015-11-10 14:32:48 UTC
Document URL: https://docs.openshift.com/enterprise/3.0/install_config/install/docker_registry.html#securing-the-registry

Section Number and Name: 
Securing the Registry
  2. Fetch the service IP and port of the registry:

Describe the issue: 
The command to get the registry details is incorrect.
Command:
  oc get se docker-registry

Correct Command:
  oc get svc docker-registry

Suggestions for improvement: 
fix error in text 

Additional information:

Comment 2 Ashley Hardin 2016-01-06 14:54:12 UTC
This issue was previously addressed in this PR: https://github.com/openshift/openshift-docs/pull/1081

*** This bug has been marked as a duplicate of bug 1269612 ***