Original Author: Evan Hazlett (https://github.com/ehazlett/docker-demo)
This is a Go demo application with a PostgreSQL database used for demonstrating Docker and Docker Compose
The demo_pq
directory contains the demo application.
-
Install Docker (https://docs.docker.com/installation/)
-
Install Docker Compose (https://docs.docker.com/compose/)
docker-compose build
docker-compose up