Commit 4d08060b authored by wojiushixiaobai's avatar wojiushixiaobai

文档更新

parent 3fdc77c4
......@@ -57,10 +57,9 @@ FAQ
(3). guacamole重新注册
$ rm /opt/guacamole/key/* # guacamole, 如果你是按文档安装的,key应该在这里
$ docker stop jms_guacamole # 如果名称更改过或者不对,请使用docker ps 查询容器的 CONTAINER ID ,然后docker stop <CONTAINER ID>
$ docker rm jms_guacamole # 如果名称更改过或者不对,请使用docker ps -a 查询容器的 CONTAINER ID ,然后docker rm <CONTAINER ID>
$ rm /opt/guacamole/key/*
$ rm /opt/guacamole/key/* # guacamole, 如果你是按文档安装的,key应该在这里
$ systemctl stop docker
$ systemctl start docker
$ docker run —name jms_guacamole -d \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment