PostgreSQL 12 with built-in extensions PLV8 and ipv4
Simply run the following command to run PostgreSQL 12 with PLV8 & IPV4 locally. The initial user is "postgres" and the initial password is "testTEST1234".
docker run -d --name postgres -e POSTGRES_PASSWORD=testTEST1234 -p 5432:5432 neio/postgres-plv8-ipv4
Content type
Image
Digest
Size
163.2 MB
Last updated
over 4 years ago
docker pull neio/postgres-plv8-ipv4