Run a PostgreSQL database in a Docker container on your local system in under a minute. Unbounded founder Mark Terrel shows how easy it is to create a real Postgres database on your system, populate it with sample data, and then start pgadmin4 in a separate container to manage Postgres with a graphical user interface. This is great for doing some quick and easy manual testing on your local development system. All the files used can be found on GitHub: ******