Skip to content

Instantly share code, notes, and snippets.

@mdiener21
Last active January 2, 2019 07:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mdiener21/c33358dfef72f731d8d10c28c0b5d457 to your computer and use it in GitHub Desktop.
Save mdiener21/c33358dfef72f731d8d10c28c0b5d457 to your computer and use it in GitHub Desktop.
Use docker to create a postgresql and postgis db https://hub.docker.com/r/kartoza/postgis/
$ docker run --name=postgis -d -e POSTGRES_USER=user001 -e POSTGRES_PASS=123456789 -e POSTGRES_DBNAME=gis -p 5432:5432 kartoza/postgis:9.6-2.4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment