{"id":20178798,"url":"https://github.com/drsnowbird/webstorm-docker","last_synced_at":"2025-09-02T19:47:38.854Z","repository":{"id":90087778,"uuid":"128668011","full_name":"DrSnowbird/webstorm-docker","owner":"DrSnowbird","description":"Docker WebStorm JavaScript IDE","archived":false,"fork":false,"pushed_at":"2020-11-25T05:03:07.000Z","size":29,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-01T01:04:26.156Z","etag":null,"topics":["docker","docker-environment","javascript","jetbrains","webstorm"],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DrSnowbird.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-04-08T18:03:15.000Z","updated_at":"2020-11-25T05:03:09.000Z","dependencies_parsed_at":"2023-03-02T23:00:16.744Z","dependency_job_id":null,"html_url":"https://github.com/DrSnowbird/webstorm-docker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/DrSnowbird/webstorm-docker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DrSnowbird%2Fwebstorm-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DrSnowbird%2Fwebstorm-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DrSnowbird%2Fwebstorm-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DrSnowbird%2Fwebstorm-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DrSnowbird","download_url":"https://codeload.github.com/DrSnowbird/webstorm-docker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DrSnowbird%2Fwebstorm-docker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273341430,"owners_count":25088346,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-02T02:00:09.530Z","response_time":77,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker","docker-environment","javascript","jetbrains","webstorm"],"created_at":"2024-11-14T02:23:33.547Z","updated_at":"2025-09-02T19:47:38.824Z","avatar_url":"https://github.com/DrSnowbird.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WebStorm IDE in a Docker container + Java 8 (1.8.0_191) JDK + Maven 3.6 + Python 3.5 + PIP3 18.1 + npm 3.5.2 + nodejs v4.2.6 + Gradle 5.1 + X11 (as Desktop)\n\n[![](https://images.microbadger.com/badges/image/openkbs/webstorm-docker.svg)](https://microbadger.com/images/openkbs/webstorm-docker \"Get your own image badge on microbadger.com\") [![](https://images.microbadger.com/badges/version/openkbs/webstorm-docker.svg)](https://microbadger.com/images/openkbs/webstorm-docker \"Get your own version badge on microbadger.com\")\n\n# Components:\n* WebStorm version \"2018.3\"\n* java version \"1.8.0_191\"\n  Java(TM) SE Runtime Environment (build 1.8.0_191-b12)\n  Java HotSpot(TM) 64-Bit Server VM (build 25.191-b12, mixed mode)\n* Apache Maven 3.6.0\n* Python 3.5.2\n* npm 3.5.2 + nodejs v4.2.6\n* Gradle 5.1\n* Other tools: git wget unzip vim python python-setuptools python-dev python-numpy \n\n## Requirements\n* Docker 1.13.1+ or latest 17.12.1-ce \n* An X11 server socket enabled (e.g. xhost+)\n\n# Run (recommended for easy-start)\nImage is pulling from openkbs/webstorm-docker\n```\n./run.sh\n```\n\n## Build\nYou can build your own image locally.\n\n```\n./build.sh\n```\n## Making plugins persist between sessions\nIf you run \"./run.sh\" instead of \"docker-compose up\", you don't have to do anything as below.\n\nWebStorm configurations are kept on `$HOME/.WebStorm2018.1` inside the container, so if you\nwant to keep them around after you close it, you'll need to share it with your\nhost.\n\nFor example: (Version might be different - use run.sh instead)\n\n```sh\ndocker run -ti --rm \\\n           -e DISPLAY=$DISPLAY \\\n           -v /tmp/.X11-unix:/tmp/.X11-unix \\\n           -v $HOME/.WebStorm2018.1:/home/developer/.WebStorm2018.1 \\\n           -v `pwd`:/home/developer/workspace \\\n           openkbs/WebStorm-docker\n```\n\n# See Also - Other docker-based IDE\n* [openkbs/docker-atom-editor](https://hub.docker.com/r/openkbs/docker-atom-editor/)\n* [openkbs/eclipse-photon-docker](https://hub.docker.com/r/openkbs/eclipse-photon-docker/)\n* [openkbs/eclipse-photon-vnc-docker](https://hub.docker.com/r/openkbs/eclipse-photon-vnc-docker/)\n* [openkbs/eclipse-oxygen-docker](https://hub.docker.com/r/openkbs/eclipse-oxygen-docker/)\n* [openkbs/intellj-docker](https://hub.docker.com/r/openkbs/intellij-docker/)\n* [openkbs/intellj-vnc-docker](https://hub.docker.com/r/openkbs/intellij-vnc-docker/)\n* [openkbs/knime-vnc-docker](https://hub.docker.com/r/openkbs/knime-vnc-docker/)\n* [openkbs/netbeans10-docker](https://hub.docker.com/r/openkbs/netbeans10-docker/)\n* [openkbs/netbeans](https://hub.docker.com/r/openkbs/netbeans/)\n* [openkbs/papyrus-sysml-docker](https://hub.docker.com/r/openkbs/papyrus-sysml-docker/)\n* [openkbs/pycharm-docker](https://hub.docker.com/r/openkbs/pycharm-docker/)\n* [openkbs/scala-ide-docker](https://hub.docker.com/r/openkbs/scala-ide-docker/)\n* [openkbs/sublime-docker](https://hub.docker.com/r/openkbs/sublime-docker/)\n* [openkbs/webstorm-docker](https://hub.docker.com/r/openkbs/webstorm-docker/)\n* [openkbs/webstorm-vnc-docker](https://hub.docker.com/r/openkbs/webstorm-vnc-docker/)\n\n## Reference\n* https://download.jetbrains.com/idea\n* https://www.jetbrains.com/idea/\n* https://www.jetbrains.com/webstorm/\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrsnowbird%2Fwebstorm-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdrsnowbird%2Fwebstorm-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrsnowbird%2Fwebstorm-docker/lists"}