Commit cb650634 authored by wuzekai's avatar wuzekai

添加了部分常用指令

parent f261dcec
...@@ -25,7 +25,10 @@ WORKDIR /data ...@@ -25,7 +25,10 @@ WORKDIR /data
ENV HOST_API_BASE="https://ds.cixincloud.com/data-search-api" ENV HOST_API_BASE="https://ds.cixincloud.com/data-search-api"
CMD ["R", "-e", "radiant::radiant(host='0.0.0.0', port=3838)"] CMD ["R", "-e", "radiant::radiant(host='0.0.0.0', port=3838)"]
#sudo -i
#cd /home/wuzekai/radiant
#docker images | grep radiant 查看镜像 #docker images | grep radiant 查看镜像
#sudo systemctl restart shinyproxy 重启proxy
#sudo vim /etc/shinyproxy/application.yml 修改配置文件
#docker build -t radiant:latest . 构建镜像 #docker build -t radiant:latest . 构建镜像
#cd /home/wuzekai/shinyproxy
#sh manage.sh restart 重启proxy
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