From 170fcead7ecd0dbe323d727a2afd3e2694e6af29 Mon Sep 17 00:00:00 2001
From: lixiaobing10051267
Date: Thu, 8 Dec 2016 16:57:27 +0800
Subject: [PATCH] add SCOPE field content for docker network ls
Signed-off-by: lixiaobing10051267
---
docs/reference/commandline/network_ls.md | 2 +-
man/docker-network-ls.1.md | 10 +++++-----
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/docs/reference/commandline/network_ls.md b/docs/reference/commandline/network_ls.md
index 42bde111c4..a4f671d569 100644
--- a/docs/reference/commandline/network_ls.md
+++ b/docs/reference/commandline/network_ls.md
@@ -40,7 +40,7 @@ NETWORK ID NAME DRIVER SCOPE
7fca4eb8c647 bridge bridge local
9f904ee27bf5 none null local
cf03ee007fb4 host host local
-78b03ee04fc4 multi-host overlay local
+78b03ee04fc4 multi-host overlay swarm
```
Use the `--no-trunc` option to display the full network id:
diff --git a/man/docker-network-ls.1.md b/man/docker-network-ls.1.md
index 4166ba967a..f319e66035 100644
--- a/man/docker-network-ls.1.md
+++ b/man/docker-network-ls.1.md
@@ -19,11 +19,11 @@ networks that span across multiple hosts in a cluster, for example:
```bash
$ docker network ls
- NETWORK ID NAME DRIVER
- 7fca4eb8c647 bridge bridge
- 9f904ee27bf5 none null
- cf03ee007fb4 host host
- 78b03ee04fc4 multi-host overlay
+ NETWORK ID NAME DRIVER SCOPE
+ 7fca4eb8c647 bridge bridge local
+ 9f904ee27bf5 none null local
+ cf03ee007fb4 host host local
+ 78b03ee04fc4 multi-host overlay swarm
```
Use the `--no-trunc` option to display the full network id: