Fixing docker commands
This commit is contained in:
parent
8def26825b
commit
243e6d5247
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user