https://github.com/kdkasad/guacdb-docker
Pre-initialized PostgreSQL database Docker container for Apache Guacamole
https://github.com/kdkasad/guacdb-docker
apache-guacamole docker guacamole postgresql
Last synced: 3 months ago
JSON representation
Pre-initialized PostgreSQL database Docker container for Apache Guacamole
- Host: GitHub
- URL: https://github.com/kdkasad/guacdb-docker
- Owner: kdkasad
- License: apache-2.0
- Created: 2022-09-06T22:38:44.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-02-01T18:43:26.000Z (3 months ago)
- Last Synced: 2025-02-01T19:30:38.772Z (3 months ago)
- Topics: apache-guacamole, docker, guacamole, postgresql
- Language: Dockerfile
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# guacdb-docker
Docker image of a PostgreSQL database for [Apache
Guacamole](https://guacamole.apache.org).## What does it do?
This image is just the standard [`postgres`](https://hub.docker.com/_/postgres)
image with one difference: it loads the Guacamole database initialization
script be default.## How do I use it?
You can build the image using `docker build`:
```sh
$ docker build -t guacdb:latest .
```The following arguments are supported. Both default to `latest` when not specified.
- `GUACAMOLE_TAG` - The tag of the [`guacamole/guacamole`](https://hub.docker.com/r/guacamole/guacamole) image to use.
- `POSTGRES_TAG` - The tag of the [`postgres`](https://hub.docker.com/_/postgres) image to use.