Docker image of a PostgreSQL database for Apache Guacamole.
This image is just the standard postgres
image with one difference: it loads the Guacamole database initialization
script be default.
You can build the image using docker build
:
$ docker build -t guacdb:latest .
The following arguments are supported. Both default to latest
when not specified.
GUACAMOLE_TAG
- The tag of theguacamole/guacamole
image to use.POSTGRES_TAG
- The tag of thepostgres
image to use.