Slide 22
Slide 22 text
Sudoku V2 with a Custom Runtime
$ docker inspect google/appengine-java
[...] "Entrypoint": [ "/home/vmagent/jetty_run.sh" ], ← what we run
[...] "ExposedPorts": { "8080/tcp": {} }, ← what we expose
$ git checkout docker
$ cat src/main/webapp/Dockerfile
Your mission :
- Fix the Dockerfile to make the native version run.
- Run locally, Deploy to the Cloud.
- Try your app from your mobile phone.