Skip to content

Commit

Permalink
Fixing docker commands
Browse files Browse the repository at this point in the history
  • Loading branch information
nbaars committed Apr 15, 2017
1 parent 8def268 commit 243e6d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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:
Expand Down

0 comments on commit 243e6d5

Please sign in to comment.