Sign inSign up

openeuler/guacd

Sponsored OSS

By openeuler

Updated about 1 year ago

Image
0

8.6K

openeuler/guacd repository overview

Quick reference

Guacd | 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

TagCurrentlyArchitectures
1.6.0-oe2403sp2guacd 1.6.0 on openEuler 24.03-LTS-SP2amd64, arm64
1.5.5-oe2403ltsApache guacamole-server 1.5.5 on openEuler 24.03-LTSamd64, arm64

Usage

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
    

Question and answering

If you have any questions or want to use some special features, please submit an issue or a pull request on openeuler-docker-images.

Tag summary

Content type

Image

Digest

sha256:77382a168

Size

701.3 MB

Last updated

about 1 year ago

docker pull openeuler/guacd

This week's pulls

Pulls:

13

Last week