Fixes docker/docker#14558
Signed-off-by: Francesc Campoy <campoy@google.com>
| ... | ... |
@@ -345,7 +345,8 @@ The next exercise demonstrates how to do this. |
| 345 | 345 |
|
| 346 | 346 |
5. Start a new `nginx` container and replace the `html` folder with your `site` directory. |
| 347 | 347 |
|
| 348 |
- $ docker run -d -P -v $HOME/site:/usr/share/nginx/html --name mysite nginx |
|
| 348 |
+ $ docker run -d -P -v $HOME/site:/usr/share/nginx/html \ |
|
| 349 |
+ --name mysite nginx |
|
| 349 | 350 |
|
| 350 | 351 |
6. Get the `mysite` container's port. |
| 351 | 352 |
|