We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cacf9c commit a1aed09Copy full SHA for a1aed09
examples/hello-app/README.md
@@ -0,0 +1,10 @@
1
+# GCR Hello App
2
+
3
+A small ~2MB image, type
4
5
+```
6
+podman-compose up
7
8
9
+then open your browser on [http://localhost:8080/](http://localhost:8080/)
10
examples/hello-app/docker-compose.yaml
@@ -0,0 +1,8 @@
+---
+version: '3'
+services:
+ web:
+ image: gcr.io/google-samples/hello-app:1.0
+ ports:
+ - "${HOST_PORT:-8080}:8080"
0 commit comments