# docker-openclinica-db **Repository Path**: leosfan/docker-openclinica-db ## Basic Information - **Project Name**: docker-openclinica-db - **Description**: Postgres DB for OpenClinica - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-04-07 - **Last Updated**: 2021-11-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README docker-openclinica-db ============================ Dockerfile of Postgres DB for OpenClinica This **Dockerfile** is an [auto build](https://hub.docker.com/r/wnameless/openclinica-db/) of [Docker Hub](https://hub.docker.com/). ### Installation ``` docker pull wnameless/openclinica-db ``` Run with name 'openclinica-db' and net 'openclinica-nw': ``` docker network create openclinica-nw docker run -d --name openclinica-db --net openclinica-nw openclinica-db ``` See also [OpenClinica Docker image](https://hub.docker.com/r/wnameless/openclinica/)