GCR hello app
This commit is contained in:
parent
2cacf9cfb5
commit
a1aed09a58
|
@ -0,0 +1,10 @@
|
||||||
|
# GCR Hello App
|
||||||
|
|
||||||
|
A small ~2MB image, type
|
||||||
|
|
||||||
|
```
|
||||||
|
podman-compose up
|
||||||
|
```
|
||||||
|
|
||||||
|
then open your browser on [http://localhost:8080/](http://localhost:8080/)
|
||||||
|
|
|
@ -0,0 +1,8 @@
|
||||||
|
---
|
||||||
|
version: '3'
|
||||||
|
services:
|
||||||
|
web:
|
||||||
|
image: gcr.io/google-samples/hello-app:1.0
|
||||||
|
ports:
|
||||||
|
- "${HOST_PORT:-8080}:8080"
|
||||||
|
|
Loading…
Reference in New Issue