From f3a65169a18972f8266d14f21af09eadf829e120 Mon Sep 17 00:00:00 2001 From: Trapier Marshall Date: Fri, 27 Apr 2018 12:45:07 -0400 Subject: [PATCH] tone down service bind mount admonishment (#6567) --- engine/swarm/services.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/engine/swarm/services.md b/engine/swarm/services.md index 89f0498267..44ac1cd0a6 100644 --- a/engine/swarm/services.md +++ b/engine/swarm/services.md @@ -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