_________________________________________________________________
_________________________________________________________________
Running a Linux Docker container having an Enterprise Geodatabase in PostgreSQL, while utilizing the Esri ST_Geometry library alongside PostGIS spatial data types, is an effective way to manage spatial data environments. This setup allows for enhanced functionality and optimized performance in geographic information systems (GIS) applications.
_________________________________________________________________
--1. Install Docker on Linux
Linux Docker Installation - Esri Community
_________________________________________________________________
--2. PostgreSQL on Docker
https://www.docker.com/blog/how-to-use-the-postgres-docker-official-image/
_________________________________________________________________
--3. docker postgresql image
docker pull postgres:15.13
docker pull postgres:16.9
docker pull postgres:16.8
docker image ls
_________________________________________________________________
--4. docker container postgresql
--create volume
docker volume ls
docker volume rm pg-db-16-data
docker volume create pg-db-16-data