tone down service bind mount admonishment (#6567)

This commit is contained in:
Trapier Marshall 2018-04-27 12:45:07 -04:00 committed by Gwendolynne Barr
parent 45350ed397
commit f3a65169a1
1 changed files with 3 additions and 3 deletions

View File

@ -933,9 +933,9 @@ The following examples show bind mount syntax:
> - The Docker swarm mode scheduler may reschedule your running service
> containers at any time if they become unhealthy or unreachable.
>
> - Host bind mounts are completely non-portable. When you use bind mounts,
> there is no guarantee that your application runs the same way in
> development as it does in production.
> - Host bind mounts are non-portable. When you use bind mounts, there is no
> guarantee that your application runs the same way in development as it does
> in production.
### Create services using templates