diff --git a/daemon/container_operations.go b/daemon/container_operations.go index 3bd50fa31f..8c731ed0d2 100644 --- a/daemon/container_operations.go +++ b/daemon/container_operations.go @@ -328,7 +328,7 @@ func (daemon *Daemon) updateNetwork(container *container.Container) error { } func errClusterNetworkOnRun(n string) error { - return fmt.Errorf("swarm-scoped network (%s) is not compatible with `docker create` or `docker run`. This network can be only used docker service", n) + return fmt.Errorf("swarm-scoped network (%s) is not compatible with `docker create` or `docker run`. This network can only be used by a docker service", n) } // updateContainerNetworkSettings update the network settings