Fixing docker commands

This commit is contained in:
Nanne Baars 2017-04-15 11:18:34 +02:00
parent 8def26825b
commit 243e6d5247

View File

@ -104,7 +104,7 @@ cd webgoat-server
mvn docker:build
docker tag webgoat/webgoat-8.0 webgoat/webgoat-8.0:8.0
docker login
docker push webgoat/webgoat-container
docker push webgoat/webgoat-8.0
```
### Docker on ARM (Raspberry Pi)
@ -129,7 +129,7 @@ cd webgoat-server
mvn docker:build -Drpi=true
docker tag webgoat/webgoat-8.0 webgoat/webgoat-8.0:8.0
docker login
docker push webgoat/webgoat-container
docker push webgoat/webgoat-8.0
```
With the following command you are able to run the Docker container on your local machine: