Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 538 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 538 Bytes

Lion

English · 简体中文

Introduction

This project uses Golang and Vue, handling RDP and VNC connections. It is mainly based on Apache Guacamole

Configuration

Refer to the configuration file config_example

Build the image

docker build -t jumpserver/lion .

Docker start

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