# lion **Repository Path**: lycom1/lion ## Basic Information - **Project Name**: lion - **Description**: No description available - **Primary Language**: Go - **License**: GPL-3.0 - **Default Branch**: dev - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-11-18 - **Last Updated**: 2025-11-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Lion **English** · [简体中文](./README_zh-CN.md) ## Introduction This project uses Golang and Vue, handling RDP and VNC connections. It is mainly based on [Apache Guacamole](http://guacamole.apache.org/) ## Configuration Refer to the configuration file [config_example](config_example.yml) ## Build the image ```shell docker build -t jumpserver/lion . ``` ## Docker start ```shell docker run -d --name jms_lion -p 8081:8081 \ -v $(pwd)/data:/opt/lion/data \ -v $(pwd)/config.yml:/opt/lion/config.yml \ jumpserver/lion ```