mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Update dockernetworks.md
Fix truncated sentence Signed-off-by: Alan Thompson <cloojure@gmail.com>
This commit is contained in:
parent
3d65e7126c
commit
549fa67dae
1 changed files with 2 additions and 1 deletions
|
@ -95,7 +95,8 @@ worth looking at the default `bridge` network a bit.
|
|||
|
||||
|
||||
### The default bridge network in detail
|
||||
The default bridge network is present on all Docker hosts. The `docker network inspect`
|
||||
The default `bridge` network is present on all Docker hosts. The `docker network inspect`
|
||||
command returns information about a network:
|
||||
|
||||
```
|
||||
$ docker network inspect bridge
|
||||
|
|
Loading…
Add table
Reference in a new issue