1
0
mirror of https://github.com/distribution/distribution synced 2024-11-06 19:35:52 +01:00

Fixed spelling of 'exammple' (#3769)

This commit is contained in:
leonstrand 2017-06-30 16:40:26 -07:00 committed by Misty Stanley-Jones
parent 31619aedd3
commit b19b19cc70

@ -308,7 +308,7 @@ $ docker node update --label-add registry=true node1
Next, create the service, granting it access to the two secrets and constraining Next, create the service, granting it access to the two secrets and constraining
it to only run on nodes with the label `registry=true`. Besides the constraint, it to only run on nodes with the label `registry=true`. Besides the constraint,
you are also specifying that only a single replica should run at a time. The you are also specifying that only a single replica should run at a time. The
exammple bind-mounts `/mnt/registry` on the swarm node to `/var/lib/registry/` example bind-mounts `/mnt/registry` on the swarm node to `/var/lib/registry/`
within the container. within the container.
By default, secrets are mounted into a service at `/run/<secret-name>`. By default, secrets are mounted into a service at `/run/<secret-name>`.