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
bdbe78df
Unverified
Commit
bdbe78df
authored
Oct 31, 2018
by
wojiushixiaobai
Committed by
GitHub
Oct 31, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1974 from wojiushixiaobai/docs
[Update]Docs
parents
ea040853
5413fa95
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
2 deletions
+13
-2
faq_docker.rst
docs/faq_docker.rst
+11
-0
start_automatically.rst
docs/start_automatically.rst
+2
-2
No files found.
docs/faq_docker.rst
View file @
bdbe78df
...
@@ -88,3 +88,14 @@ Docker 使用说明
...
@@ -88,3 +88,14 @@ Docker 使用说明
jumpserver/guacamole test e0c2ec53a8fd 13 days ago 1.23GB
jumpserver/guacamole test e0c2ec53a8fd 13 days ago 1.23GB
$ docker rmi e0c2ec53a8fd
$ docker rmi e0c2ec53a8fd
9. 更新镜像
::
$ docker pull <镜像地址:版本>
# 例:
$ docker pull wojiushixiaobai/jumpserver:latest
$ docker pull wojiushixiaobai/coco:1.4.3
$ docker pull wojiushixiaobai/guacamole:1.4.3
docs/start_automatically.rst
View file @
bdbe78df
...
@@ -30,7 +30,7 @@
...
@@ -30,7 +30,7 @@
source $Project/py3/bin/activate
source $Project/py3/bin/activate
cd $Project/jumpserver && ./jms start -d
cd $Project/jumpserver && ./jms start -d
/etc/init.d/guacd start
/etc/init.d/guacd start
sh /config/tomcat8/bin
/startup.sh
cd /config/tomcat8/bin && .
/startup.sh
cd $Project/coco && ./cocod start -d
cd $Project/coco && ./cocod start -d
exit 0
exit 0
...
@@ -49,7 +49,7 @@
...
@@ -49,7 +49,7 @@
source $Project/py3/bin/activate
source $Project/py3/bin/activate
cd $Project/coco && ./cocod stop
cd $Project/coco && ./cocod stop
/etc/init.d/guacd stop
/etc/init.d/guacd stop
sh /config/tomcat8/bin
/shutdown.sh
cd /config/tomcat8/bin && .
/shutdown.sh
cd $Project/jumpserver && ./jms stop
cd $Project/jumpserver && ./jms stop
exit 0
exit 0
...
...
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