Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jumpserver/Dockerfile

JumpServer all in one Dockerfile
https://github.com/jumpserver/Dockerfile

Last synced: 7 days ago
JSON representation

JumpServer all in one Dockerfile

Awesome Lists containing this project

README

        


JumpServer


广受欢迎的开源堡垒机


License: GPLv3
Codacy
GitHub last commit
Stars

--------------------------

## all-in-one 快速部署

```sh
docker volume create jsdata &> /dev/null
docker volume create pgdata &> /dev/null
docker run --name jms_all \
-e SECRET_KEY=PleaseChangeMe \
-e BOOTSTRAP_TOKEN=PleaseChangeMe \
-v jsdata:/opt/data \
-v pgdata:/var/lib/postgresql \
-p 2222:2222 \
-p 80:80 jumpserver/jms_all
```

**初始账号**
```bash
默认账号: admin
默认密码: ChangeMe
```

更多详见: [README](allinone)

## 标准部署

使用 JumpServer Installer 进行部署

https://docs.jumpserver.org/zh/v4/quick_start/

## 集群部署

JumpServer 支持 Swarm 方式部署,但目前不太推荐用于生产环境,除非你对此熟悉。

更多详见: [README](swarm)