Installing PostGIS with Docker

Поділитися
Вставка
  • Опубліковано 21 жов 2024

КОМЕНТАРІ • 10

  • @chrishanni2779
    @chrishanni2779 10 місяців тому +1

    just check those " " for the 'pgnet' syntax. Thank you for the video.

  • @Mahmoud-ys1kt
    @Mahmoud-ys1kt Рік тому

    Great thanks , you helped me a lot

  • @sebastianbrauer608
    @sebastianbrauer608 7 місяців тому

    What advantages does hosting PG Admin on Docker have compared to just having PG Admin locally on my machine? Following the tutorial for the web application in conjunction with these, would it be possible to have PG Admin locally and have the app call to that database?

    • @geospatial_programming
      @geospatial_programming  6 місяців тому

      Using docker lets you migrate this environment anywhere - it also lets you have this software without having to manage it locally. This would absolutely work installing postgres and pgadmin locally rather than in docker.

  • @geosaiofficial1070
    @geosaiofficial1070 Рік тому +3

    How to fix this error docker: Error response from daemon: network ”pgnet” not found.

    • @geospatial_programming
      @geospatial_programming  Рік тому

      the network should get created when you spool up the image - if it doesn't for whatever reason, see if you can create it using "docker network create pgnet"

  • @JeffBarron1
    @JeffBarron1 Рік тому +3

    bud, your text is too small. way to small, you have a whole screen you are not using

  • @x3HDTuTs
    @x3HDTuTs 2 роки тому

    How can I connect the postgis database with apache superset ?

    • @geospatial_programming
      @geospatial_programming  2 роки тому

      Is your superset running in docker as well? If not, you should just be able to use localhost as the IP in your connection string (superset.apache.org/docs/databases/postgres/). If it IS in docker, you'll have to make sure they're both on the same docker network, then use the container name as the host