mobilitydb
An open source geospatial trajectory data management & analysis platform
10K+
MobilityDB is an open source software program that adds support for temporal and spatio-temporal objects to the PostgreSQL object-relational database and its spatial extension PostGIS.
This is a repository to hold various Docker images for MobilityDB releases. The images are based on the official Postgres and Postgis docker images so the documentation for the images also applies here, including the environment variables one can set, extensibility, etc.
mobilitydb/mobilitydb:11-2.5-mastermobilitydb/mobilitydb:12-2.5-developmobilitydb/mobilitydb:11-2.5-1.0betamobilitydb/mobilitydb:12-2.5-develop-workshopmobilitydb/mobilitydb:12-2.5-develop-berlinmodAutomated builds of the Docker image are available on Dockerhub.
docker pull mobilitydb/mobilitydb:[TAG]
Alternatively you can build the image locally.
docker build -t mobilitydb/mobilitydb 'https://github.com/MobilityDB/MobilityDB-docker.git#master:[TAG]'
cd 12-2.5-developdocker-compose up -dThen, you can connect directly with psql if you have the PostgreSQL client tool on your machine:
psql -h localhost -p 5432 -d mobilitydb -U docker
Otherwise, connect with psql using the container:
docker ps
docker exec -it <container_name> bash
psql -d mobilitydb -U docker
POSTGRES_DB the default value is mobilitydbPOSTGRES_USER the default value is dockerPOSTGRES_PASSWORD the default value is dockerlocalhost5432POSTGRES_USER, by default: dockerPOSTGRES_PASSWORD, by default dockerContent type
Image
Digest
sha256:8026857c2…
Size
218.6 MB
Last updated
9 days ago
Requires Docker Desktop 4.37.1 or later.