Fixed missing image name in command

This commit is contained in:
Julio
2017-12-14 22:15:29 +01:00
committed by GitHub
parent c2e88bb343
commit 558e990907

View File

@@ -100,7 +100,7 @@ class: extra-details
Let's start a Tomcat container:
```bash
$ docker run --name webapp -d -p 8080:8080 -v /usr/local/tomcat/logs
$ docker run --name webapp -d -p 8080:8080 -v /usr/local/tomcat/logs tomcat
```
Now, start an `alpine` container accessing the same volume: