mirror of https://github.com/docker/docs.git
Smallish typo (#1220)
This commit is contained in:
parent
f39fc023c7
commit
b13718002c
|
@ -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
|
`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
|
`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
|
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
|
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
|
`--image` flag. If you use an older version of Docker Engine, you must remove
|
||||||
and re-create the service to update its image.
|
and re-create the service to update its image.
|
||||||
|
|
Loading…
Reference in New Issue