Project

General

Profile

DockerPgDemo » History » Version 3

Michel Condemine Admin, 04/12/2023 11:35 AM

1 1 Michel Condemine Admin
[Dockers](http://www.openopcua.org/redmine/projects/openopcua/wiki/Dockers)
2 2 Michel Condemine Admin
# Overview
3
![Overview!](http://www.openopcua.org/redmine/attachments/download/4010/configuration.png "PgSql")
4 3 Michel Condemine Admin
# Installation
5
## Prerequirement
6
* You have to installPostgreSQL on your Host
7
* your postgres accound shall use the password admin
8
9
## Pull the image
10
```
11
docker pull michel4ce/oouademoremotepg:latest
12
```
13
## run the image
14
```
15
Docker container run -d --add-host host.docker.internal:host-gateway -p 1610:1610 --name remote_postgres -t michel4ce/oouademoremotepg:latest
16
```