You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a PostgreSQL Docker image with the RDKit cartridge installed.
4
+
5
+
Based on [docker-library/postgres](https://github.com/docker-library/postgres) and [mcs07/docker-postgres-rdkit](https://github.com/mcs07/docker-postgres-rdkit)
6
+
7
+
8
+
This image inherits from the [official postgres image](https://hub.docker.com/_/postgres/), and therefore has all the same environment variables for configuration, and can be extended by adding entrypoint scripts to the `/docker-entrypoint-initdb.d` directory to be run on first launch.
9
+
10
+
## Running
11
+
12
+
Start Postgres server running in the background:
13
+
14
+
docker run --name mypostgres -p 5432:5432 -e POSTGRES_PASSWORD=mypassword -d vladkmrdnv/postgres-rdkit
0 commit comments