架设guacamole服务器
16 3 月, 2026 | 0 条评论
建立文件夹:guacamole
mkdir -p ~/guacamole/init
cd ~/guacamole
docker run --rm guacamole/guacamole /opt/guacamole/bin/initdb.sh --mysql > ./init/initdb.sql
vi docker-compose.yml
services:
# 1. 数据库:存储[......]
16 3 月, 2026 | 0 条评论
建立文件夹:guacamole
mkdir -p ~/guacamole/init
cd ~/guacamole
docker run --rm guacamole/guacamole /opt/guacamole/bin/initdb.sh --mysql > ./init/initdb.sql
vi docker-compose.yml
services:
# 1. 数据库:存储[......]