Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 312 Bytes

File metadata and controls

11 lines (9 loc) · 312 Bytes

Continuation from Task 2:

Test the Created Docker Image from Task 1

Execute these commands in the Google Cloud Shell

1) cd .. 
2) cd valkyrie-app
3) docker run -p 8080:8080 valkyrie-app:v0.0.1 &
4) cd ..
5) cd marking
6) ./step2.sh