Webstorm JavaScript IDE of JetBrain
4.3K
Image is pulling from openkbs/webstorm-docker
./run.sh
You can build your own image locally.
./build.sh
If you run "./run.sh" instead of "docker-compose up", you don't have to do anything as below.
WebStorm configurations are kept on $HOME/.WebStorm2018.1 inside the container, so if you
want to keep them around after you close it, you'll need to share it with your
host.
For example: (Version might be different - use run.sh instead)
docker run -ti --rm \
-e DISPLAY=$DISPLAY \
-v /tmp/.X11-unix:/tmp/.X11-unix \
-v $HOME/.WebStorm2018.1:/home/developer/.WebStorm2018.1 \
-v `pwd`:/home/developer/workspace \
openkbs/WebStorm-docker
Content type
Image
Digest
Size
1.7 GB
Last updated
about 5 years ago
docker pull openkbs/webstorm-docker