Fix typo create network to network create

This commit is contained in:
mkrupczak3
2018-05-05 16:55:22 -04:00
committed by GitHub
parent f526014dc8
commit bf7ba49013

View File

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