{"id":22367713,"url":"https://github.com/hugojosefson/docker-webstorm","last_synced_at":"2026-05-09T00:37:44.987Z","repository":{"id":66830184,"uuid":"163969242","full_name":"hugojosefson/docker-webstorm","owner":"hugojosefson","description":"Runs Jetbrains WebStorm, in as much isolation, or as little, as you wish.","archived":false,"fork":false,"pushed_at":"2022-08-12T21:42:29.000Z","size":41,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-31T17:48:18.358Z","etag":null,"topics":["docker","docker-image","hacktoberfest","webstorm"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hugojosefson.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2019-01-03T12:19:01.000Z","updated_at":"2021-11-21T05:46:29.000Z","dependencies_parsed_at":"2023-02-21T05:45:23.587Z","dependency_job_id":null,"html_url":"https://github.com/hugojosefson/docker-webstorm","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hugojosefson%2Fdocker-webstorm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hugojosefson%2Fdocker-webstorm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hugojosefson%2Fdocker-webstorm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hugojosefson%2Fdocker-webstorm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hugojosefson","download_url":"https://codeload.github.com/hugojosefson/docker-webstorm/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245689482,"owners_count":20656416,"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","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-image","hacktoberfest","webstorm"],"created_at":"2024-12-04T18:20:38.647Z","updated_at":"2026-05-09T00:37:44.929Z","avatar_url":"https://github.com/hugojosefson.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Docker image hugojosefson/webstorm\n\nRuns Jetbrains WebStorm, in as much isolation, or as little, as you wish.\n\n## Usage\n\nThis docker image must be started as `root`, so don't use\n`docker run --user=...`. Instead, pass environment variables `USER_NAME`,\n`USER_ID`, `GROUP_NAME`, `GROUP_ID` (and optionally `HOME`) for the user you\nwant to become.\n\nExample which runs gives WebStorm access to the current directory, but not your\nactual `HOME` on your host.\n\n```bash\n# Create a new temp directory to hold the user HOME inside the container\nWEBSTORM_HOME=$(mktemp -d) # (or use another specific directory)\n\n# Run WebStorm using in the current directory, as yourself, with config\n# saved in the new HOME\ndocker run --rm -it \\\n  --env USER_ID=\"$(id -u)\" \\\n  --env USER_NAME=\"$(id -un)\" \\\n  --env GROUP_ID=\"$(id -g)\" \\\n  --env GROUP_NAME=\"$(id -gn)\" \\\n  --env HOME=\"${HOME}\" \\\n  --volume \"${WEBSTORM_HOME}\":\"${HOME}\" \\\n  --env WEBIDE_VM_OPTIONS=\"-Duser.home=${HOME}\" \\\n  --volume /tmp/.X11-unix:/tmp/.X11-unix \\\n  --env DISPLAY=\"unix${DISPLAY}\" \\\n  --volume \"$(pwd)\":\"$(pwd)\" \\\n  --workdir \"$(pwd)\" \\\n  hugojosefson/webstorm webstorm \"$(pwd)\"\n```\n\n### Install Rust\n\nTo install Rust inside `WEBSTORM_HOME`:\n\n```bash\ndocker run --rm -it \\\n  --env USER_ID=\"$(id -u)\" \\\n  --env USER_NAME=\"$(id -un)\" \\\n  --env GROUP_ID=\"$(id -g)\" \\\n  --env GROUP_NAME=\"$(id -gn)\" \\\n  --env HOME=\"${HOME}\" \\\n  --volume \"${WEBSTORM_HOME}\":\"${HOME}\" \\\n  --env WEBIDE_VM_OPTIONS=\"-Duser.home=${HOME}\" \\\n  --volume /tmp/.X11-unix:/tmp/.X11-unix \\\n  --env DISPLAY=\"unix${DISPLAY}\" \\\n  --volume \"$(pwd)\":\"$(pwd)\" \\\n  --workdir \"$(pwd)\" \\\n  hugojosefson/webstorm webstorm-install-rust\n```\n\nThen next time you start webstorm, with the command above, using the same\n`WEBSTORM_HOME`, you can then install and use the Rust plugin from Jetbrains.\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhugojosefson%2Fdocker-webstorm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhugojosefson%2Fdocker-webstorm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhugojosefson%2Fdocker-webstorm/lists"}