2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-29 09:13:08 +00:00

Remove trailing spaces in file docs/source/advanced/docker/docker_registry.rst

This commit is contained in:
GONG Jie 2017-12-31 23:59:59 +00:00
parent d3afa68eca
commit dd5553008c

View File

@ -36,7 +36,7 @@ Create Configuration File
'''''''''''''''''''''''''
Define configuration file ``docker-registry`` under ``/docker-registry/`` folder as below. ::
#!/bin/bash
docker_command=$1
@ -84,7 +84,7 @@ Start registry service: ::
Method 2: Managing Docker Registry with Compose
```````````````````````````````````````````````
Docker Compose it is a tool for defining and running Docker applications. It could help setting up registry.
Docker Compose it is a tool for defining and running Docker applications. It could help setting up registry.
Install Docker Compose
''''''''''''''''''''''
@ -147,10 +147,10 @@ List Available Images in Registry
`````````````````````````````````````
::
curl -k https://domainname:5000/v2/_catalog
curl -k https://domainname:5000/v2/_catalog
Pull Images from Registry
`````````````````````````
`````````````````````````
Just use the "tag" image name, which includes the domain name, port, and image name. ::
docker pull domainname:5000/imagename