GCR hello app

This commit is contained in:
Muayyad alsadi 2022-03-18 23:14:26 +03:00
parent 2cacf9cfb5
commit a1aed09a58
2 changed files with 18 additions and 0 deletions

View File

@ -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/)

View File

@ -0,0 +1,8 @@
---
version: '3'
services:
web:
image: gcr.io/google-samples/hello-app:1.0
ports:
- "${HOST_PORT:-8080}:8080"