Smallish typo (#1220)

This commit is contained in:
MAA 2017-01-20 22:51:40 +03:00 committed by John Mulhausen
parent f39fc023c7
commit b13718002c
1 changed files with 1 additions and 1 deletions

View File

@ -202,7 +202,7 @@ Each tag represents a digest, similar to a Git hash. Some tags, such as
`latest`, are updated often to point to a new digest. Others, such as
`ubuntu:16.04`, represent a released software version and are not expected to
update to point to a new digest often if at all. In Docker 1.13 and higher, when
you create a service, it is constrained to create tasks using a specific digest\
you create a service, it is constrained to create tasks using a specific digest
of an image until you update the service using `service update` with the
`--image` flag. If you use an older version of Docker Engine, you must remove
and re-create the service to update its image.