mirror of https://github.com/docker/docs.git
tone down service bind mount admonishment (#6567)
This commit is contained in:
parent
45350ed397
commit
f3a65169a1
|
@ -933,9 +933,9 @@ The following examples show bind mount syntax:
|
||||||
> - The Docker swarm mode scheduler may reschedule your running service
|
> - The Docker swarm mode scheduler may reschedule your running service
|
||||||
> containers at any time if they become unhealthy or unreachable.
|
> containers at any time if they become unhealthy or unreachable.
|
||||||
>
|
>
|
||||||
> - Host bind mounts are completely non-portable. When you use bind mounts,
|
> - Host bind mounts are non-portable. When you use bind mounts, there is no
|
||||||
> there is no guarantee that your application runs the same way in
|
> guarantee that your application runs the same way in development as it does
|
||||||
> development as it does in production.
|
> in production.
|
||||||
|
|
||||||
### Create services using templates
|
### Create services using templates
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue