isolated-wps/build.sh @aiyojun aiyojun first submit Latest commit 3032ad1 Aug 27, 2020 History 1 contributor executable file 29 lines (21 sloc) 699 Bytes #!/bin/bash
echo """Make sure your system has the following commands: wget docker """
wps_version="wps-office_11.1.0.9615_amd64.deb"
echo "--> Download [$wps_version]"
wget https://wdl1.cache.wps.cn/wps/download/ep/Linux2019/9615/$wps_version
docker build -t iso-wps:18.04 .
echo "---------------------------" echo "Here, mount /opt/ws to container as default!" echo "If you want to mount other dir, you can modify by yourself!" echo "And here, open excel as default!" echo "---------------------------"
docker run -it
--name wps-office
-v /tmp/.X11-unix:/tmp/.X11-unix
-v /opt/ws:/opt/ws
null395922/iso-wps
/opt/kingsoft/wps-office/office6/et
docker ps -a | grep "iso-wps"
isolated-wps/build.sh at master · aiyojun/isolated-wps · GitHub
Content type
Image
Digest
sha256:bcdc3aaaa…
Size
994.6 MB
Last updated
over 3 years ago
docker pull null395922/iso-wps