Last active
January 2, 2019 07:57
-
-
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/
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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