Skip to content

Instantly share code, notes, and snippets.

@MattMS
Created June 14, 2015 11:45
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 MattMS/af1a53b0452dca514de7 to your computer and use it in GitHub Desktop.
Save MattMS/af1a53b0452dca514de7 to your computer and use it in GitHub Desktop.
GeoServer and PostGIS in Docker.
docker run --name "postgis" -d -t kartoza/postgis
docker run --name "geoserver" --link postgis:postgis -p 8080:8080 -d -t kartoza/geoserver
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment