The official guacd docker image.
Maintained by: openEuler CloudNative SIG.
Where to get help: openEuler CloudNative SIG, openEuler.
Current guacd docker images are built on the openEuler. This repository is free to use and exempted from per-user rate limits.
Guacd is the native server-side proxy used by the Apache Guacamole web application. If you wish to deploy Guacamole, or an application using the Guacamole core APIs, you will need a copy of guacamole-server running.
Learn more on Apache Guacamole-server Website.
The tag of each guacd docker image is consist of the version of guacd and the version of basic image. The details are as follows
| Tag | Currently | Architectures |
|---|---|---|
| 1.6.0-oe2403sp2 | guacd 1.6.0 on openEuler 24.03-LTS-SP2 | amd64, arm64 |
| 1.5.5-oe2403lts | Apache guacamole-server 1.5.5 on openEuler 24.03-LTS | amd64, arm64 |
In this usage, users can select the corresponding {Tag} and container startup options based on their requirements.
Pull the openeuler/guacd image from docker
docker pull openeuler/guacd:{Tag}
Start a guacd instance
docker run -d --name my-guacd openeuler/guacd:{Tag}
After the instance my-guacd is started, guacd will be listening on port 4822, but this port will only be available to Docker containers that have been explicitly linked to my-guacd.
View container running logs
docker logs -f my-guacd
To get an interactive shell
docker exec -it my-guacd /bin/bash
If you have any questions or want to use some special features, please submit an issue or a pull request on openeuler-docker-images.
Content type
Image
Digest
sha256:77382a168…
Size
701.3 MB
Last updated
about 1 year ago
docker pull openeuler/guacdPulls:
13
Last week