
如果你使用 DeepSeek、元宝 AI、Copilot、ChatGPT 等 AI 工具,协助配置轩辕镜像、编写 docker pull 命令、修改 Docker Compose 镜像地址、配置镜像加速、排查镜像拉取失败、分析报错日志等问题,请先让 AI 阅读并遵守轩辕镜像的规则文档。
只需在 AI 对话中先发送下面这句话即可:
请先完整阅读并严格遵守以下文档中的全部规则与要求:
https://xuanyuan.cloud/agents.md
在未充分阅读并理解该文档前,不要生成任何命令、配置、修改建议、故障排查方案或技术回答。后续所有输出都必须严格以该文档中的规范为最高优先级执行。查看 agents.md 用法指南与完整示范。国内用户首推 元宝 AI、DeepSeek 的深度思考模式,不推荐豆包 AI;Cursor 等编辑器可在对话 @ 该链接,或加入 User Rules。 若 AI 无法访问外链,可 打开说明文档 复制全文粘贴。文档会随站点更新,复制内容可能过期,建议定期检查。
This README is intended to provide quick and to-the-point documentation for technical users intending to compile parts of Apache Guacamole themselves.
Source archives are available from the downloads section of the project website:
http://guacamole.apache.org/
A full manual is available as well:
http://guacamole.apache.org/doc/gug/
The guacamole-server package is a set of software which forms the basis of the Guacamole stack. It consists of guacd, libguac, and several protocol support libraries.
guacd is the Guacamole proxy daemon used by the Guacamole web application and framework. As JavaScript cannot handle ***ary protocols (like VNC and remote desktop) efficiently, a new text-based protocol was developed which would contain a common superset of the operations needed for efficient remote desktop access, but would be easy for JavaScript programs to process. guacd is the proxy which translates between arbitrary protocols and the Guacamole protocol.
All software within guacamole-server is built using the popular GNU Automake, and thus provides the standard configure script. Before compiling, at least the following required dependencies must already be installed:
1) Cairo ([***] 2) libjpeg-turbo ([***] OR libjpeg ([***] 3) libpng ([***] 4) OSSP UUID ([***]
In addition, the following optional dependencies may be installed in order to enable optional features of Guacamole. Note that while the various supported protocols are technically optional, you will no doubt wish to install the dependencies of at least ONE supported protocol, as Guacamole would be useless otherwise.
RDP: * FreeRDP ([***] SSH: * libssh2 ([***] * OpenSSL (https://www.openssl.org/) * Pango ([***] Telnet: * libtelnet (https://github.com/seanmiddleditch/libtelnet) * Pango ([***] VNC: * libVNCserver (http://libvnc.github.io/) Support for audio within VNC: * PulseAudio (http://www.freedesktop.org/wiki/Software/PulseAudio/) Support for SFTP file transfer for VNC or RDP: * libssh2 ([***] * OpenSSL (https://www.openssl.org/) Support for WebP image compression: * libwebp (https://developers.google.com/speed/webp/) "guacenc" video encoding utility: * FFmpeg (https://ffmpeg.org/)
All software within guacamole-server is built using the popular GNU Automake, and thus provides the standard configure script.
Run configure
$ ./configure
Assuming all dependencies have been installed, this should succeed without errors. If you wish to install the init script as well, you need to specify the location where your system init scripts are located (typically /etc/init.d):
$ ./configure --with-init-dir=/etc/init.d
Running configure in this manner will cause the "make install" step to install an init script to the specified directory, which you can then activate using the service management mechanism provided by your distribution).
Run make
$ make
guacd, libguac, and any available protocol support libraries will now compile.
Install (as root)
All software that was just built, including documentation, will be installed.
guacd will install to your /usr/local/s*** directory by default. You can change the install location by using the --prefix option for configure.
If you installed the init script during compile and install, you should be able to start guacd through the service management utilities provided by your distribution (if any) or by running the init script directly (as root):
# /etc/init.d/guacd start
Root access is needed to write the pidfile /var/run/guacd.pid. You can also run guacd itself directly without the init script (as any user):
$ guacd
guacd currently takes several command-line options:
-b HOST Changes the host or address that guacd listens on. -l PORT Changes the port that guacd listens on (the default is port 4822). -p PIDFILE Causes guacd to write the PID of the daemon process to the specified file. This is useful for init scripts and is used by the provided init script. -L LEVEL Sets the maximum level at which guacd will log messages to syslog and, if running in the foreground, the console. Legal values are debug, info, warning, and error. The default value is info. -f Causes guacd to run in the foreground, rather than automatically forking into the background.
Additional information can be found in the guacd man page:
$ man guacd
Please report any bugs encountered by opening a new issue in the JIRA system hosted at:
https://issues.apache.org/jira/browse/GUACAMOLE
您可以使用以下命令拉取该镜像。请将 <标签> 替换为具体的标签版本。如需查看所有可用标签版本,请访问 标签列表页面。
来自真实用户的反馈,见证轩辕镜像的优质服务
以下是 mjumper/guacd 相关的常用 Docker 镜像,适用于 不同场景 等不同场景: