Runs the Tronald Dump PostgreSQL database with some example data in a Docker container for local development.
These instructions will cover usage information and for the docker container.
In order to run this container you'll need docker installed.
# Run the latest version
$ docker run -p '5432:5432' --name tronaldump-database tronaldump/postgres
# Run a specific version (see https://hub.docker.com/r/tronaldump/postgres/tags)
$ docker run -p '5432:5432' --name tronaldump-database tronaldump/postgres:9.6.13
# Connect to the database
$ docker exec -it "tronaldump-database" psql tronald -h localhost -U postgres
This distribution is covered by the GNU GENERAL PUBLIC LICENSE, Version 3, 29 June 2007.
Having trouble with this repository? Check out the documentation at the repository's site or contact m@matchilling.com and we’ll help you sort it out.
Happy Coding
✌️