Update deploying.md
This commit is contained in:
parent
e95522ec45
commit
b5975461f0
1 changed files with 8 additions and 8 deletions
|
@ -45,7 +45,7 @@ as `my-ubuntu`, then pushes it to the local registry. Finally, the
|
|||
```
|
||||
|
||||
2. Tag the image as `localhost:5000/my-ubuntu`. This creates an additional tag
|
||||
for the existing image.When the first part of the tag is a hostname and
|
||||
for the existing image. When the first part of the tag is a hostname and
|
||||
port, Docker interprets this as the location of a registry, when pushing.
|
||||
|
||||
```bash
|
||||
|
@ -333,7 +333,7 @@ $ docker service create \
|
|||
You can access the service on port 80 of any swarm node. Docker sends the
|
||||
requests to the node which is running the service.
|
||||
|
||||
## Load Balancing Considerations
|
||||
## Load balancing considerations
|
||||
|
||||
One may want to use a load balancer to distribute load, terminate TLS or
|
||||
provide high availability. While a full load balancing setup is outside the
|
||||
|
@ -447,7 +447,7 @@ secrets.
|
|||
Provide the username and password from the first step.
|
||||
|
||||
Test that you can now pull an image from the registry or push an image to
|
||||
the registry..
|
||||
the registry.
|
||||
|
||||
> **X509 errors**: X509 errors usually indicate that you are attempting to use
|
||||
> a self-signed certificate without configuring the Docker daemon correctly.
|
||||
|
|
Loading…
Reference in a new issue