add screenshot of sample app

This commit is contained in:
sid palas
2023-01-27 09:54:08 -05:00
parent 56f52049bf
commit a3de60d264
3 changed files with 7 additions and 13 deletions

View File

@ -1,16 +1,10 @@
Docker Desktop: https://docs.docker.com/get-docker/ # Sample web application
Docker Engine: https://get.docker.com/ ![](./images/app-screenshot.png)
Hello World: ## Minimal 3 tier web application
``` - React frontend
docker run docker/whalesay cowsay "Hey Team! 👋" - Node JS and Golang APIs
``` - Postgres Database
Run Postgres: ![](./images/tech-stack.png)
```
docker run \
--env POSTGRES_PASSWORD=foobarbaz \
--publish 5432:5432 \
postgres:15.1-alpine
```

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 87 KiB