[root@centos7 ~]#mysql MariaDB [(none)]> create database jumpserver default charset 'utf8'; #创建管理账号,密码必须是数字加字母 MariaDB [(none)]> grant all on jumpserver.* to 'jumpserver'@'%' identified by 'ywz0207.';
[root@centos7 ~]#docker logs -f jms_all #看到如下几行即可 gunicorn is running: 57 celery is running: 73 beat is running: 75 guacd[98]: INFO: Guacamole proxy daemon (guacd) version 0.9.14 started Starting guacd: SUCCESS Tomcat started. Use eventlet dispatch Start coco process Use eventlet dispatch Start coco process Use eventlet dispatch Start coco process Jumpserver ALL 1.4.8 官网 http://www.jumpserver.org 文档 http://docs.jumpserver.org 有问题请参考 http://docs.jumpserver.org/zh/docs/faq.html
进入容器命令
1
docker exec -it jms_all /bin/bash
访问测试 登入web界面,初始密码账号均为admin
后续主机列表配置,策略,用户策略等相关截图过多,自己琢磨吧。网上有相关文档可参考
文章作者: Alex
文章链接: http://alexcld.com/posts/7853.html
版权声明: 本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来自 Alexcld!