Sign inSign up

zhouyibhic/eclipse_webstorm

By zhouyibhic

•Updated over 7 years ago

eclipse webstorm docker

Image
0

401

zhouyibhic/eclipse_webstorm repository overview

procedure to backup cd ~/tmp rm eclipseBackup.tar sudo docker run --volumes-from eclipse_webstorm_data_home_v -v $(pwd):/backup ubuntu tar cvf /backup/eclipseBackup.tar /home/peidong mv eclipseBackup.tar eclipseBackup_$(date +%F).tar

procedure to restore data into the data volume container (through the main container mounted with data container) NOTE: user needs to delete the existing contents under folder /home/peidong in the docker container before running the following operation. sudo docker run --volumes-from eclipse_webstorm_dev -v $(pwd):/backup ubuntu sh -c 'cd / && tar xvf /backup/eclipseBackup_2017-03-01.tar'

ga version has the x2go integrated. note: 9080 port has to be mapped to same port for runner debug

steps to install sikuli sudo apt-get update sudo apt-get install wmctrl sudo apt-get install xdotool sudo apt install libopencv-dev sudo apt install tesseract-ocr

Tag summary

Content type

Image

Digest

Size

4.6 GB

Last updated

over 7 years ago

docker pull zhouyibhic/eclipse_webstorm:ga8