Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
J
jumpserver
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ops
jumpserver
Commits
86a014aa
Unverified
Commit
86a014aa
authored
Nov 01, 2018
by
wojiushixiaobai
Committed by
GitHub
Nov 01, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1978 from wojiushixiaobai/docs
改错
parents
46ab864a
14b716fc
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
distributed_05.rst
docs/distributed_05.rst
+2
-1
distributed_06.rst
docs/distributed_06.rst
+3
-2
No files found.
docs/distributed_05.rst
View file @
86a014aa
...
...
@@ -29,11 +29,12 @@
$ firewall-cmd --reload
# 安装 docker
$
sudo
yum install -y yum-utils device-mapper-persistent-data lvm2
$ yum install -y yum-utils device-mapper-persistent-data lvm2
$ yum-config-manager --add-repo http://mirrors.aliyun.com/docker-ce/linux/centos/docker-ce.repo
$ yum makecache fast
$ yum -y install docker-ce
$ systemctl start docker
$ systemctl enable docker
# 通过 docker 部署
$ docker run --name jms_coco -d \
...
...
docs/distributed_06.rst
View file @
86a014aa
...
...
@@ -35,10 +35,11 @@
$ yum makecache fast
$ yum -y install docker-ce
$ systemctl start docker
$ systemctl enable docker
# 通过 docker 部署
$ docker run --name jms_guacamole -d \
-p 8081:8080
-p 8081:8080
\
-e JUMPSERVER_KEY_DIR=/config/guacamole/key \
-e JUMPSERVER_SERVER=http://192.168.100.11 \
wojiushixiaobai/guacamole:1.4.3
...
...
@@ -54,7 +55,7 @@
$ firewall-cmd --zone=public --add-port=8082/tcp --permanent
$ firewall-cmd --reload
$ docker run --name jms_guacamole1 -d \
-p 8082:8080
-p 8082:8080
\
-e JUMPSERVER_KEY_DIR=/config/guacamole/key \
-e JUMPSERVER_SERVER=http://192.168.100.11 \
wojiushixiaobai/guacamole:1.4.3
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment