From b19b19cc7082b2ff7a663de8f0c950ff3ec8fef7 Mon Sep 17 00:00:00 2001 From: leonstrand Date: Fri, 30 Jun 2017 16:40:26 -0700 Subject: [PATCH] Fixed spelling of 'exammple' (#3769) --- docs/deploying.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deploying.md b/docs/deploying.md index 3d1094a91..0df88ab42 100644 --- a/docs/deploying.md +++ b/docs/deploying.md @@ -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 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 -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. By default, secrets are mounted into a service at `/run/`.