Merge pull request #254 from mkrupczak3/master

Fix typo create network to network create
This commit is contained in:
Jérôme Petazzoni
2018-05-07 13:51:12 -05:00
committed by GitHub

View File

@@ -350,7 +350,7 @@ class: extra-details
Create the `prod` network.
```bash
$ docker create network prod
$ docker network create prod
5a41562fecf2d8f115bedc16865f7336232a04268bdf2bd816aecca01b68d50c
```