Sign inSign up

chucknorrisio/postgres

By chucknorrisio

Updated over 7 years ago

Runs the Chuck Norris PostgreSQL database with some example data.

Image
1

1.1K

chucknorrisio/postgres repository overview

chucknorris.io database

Runs the Chuck Norris PostgreSQL database with some example data in a Docker container for local development.

Getting Started

These instructions will cover usage information and for the docker container.

Prerequisities

In order to run this container you'll need docker installed.

Usage
# Run the latest version
$ docker run -p '5432:5432' --name chucknorris-database chucknorrisio/postgres

# Run a specific version (see https://hub.docker.com/r/chucknorrisio/postgres/tags)
$ docker run -p '5432:5432' --name chucknorris-database chucknorrisio/postgres:9.6.13

# Connect to the database
$ docker exec -it "chucknorris-database" psql chuck -h localhost -U postgres

Find Us

License

This distribution is covered by the GNU GENERAL PUBLIC LICENSE, Version 3, 29 June 2007.

Support & Contact

Having trouble with this repository? Check out the documentation at the repository's site or contact [email protected] and we’ll help you sort it out.

Happy Coding

✌️

Tag summary

Content type

Image

Digest

Size

13.8 MB

Last updated

over 7 years ago

docker pull chucknorrisio/postgres