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:
parent
d3afa68eca
commit
dd5553008c
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user