{"id":16171313,"url":"https://github.com/bmarsaud/jetbrains-backend-docker","last_synced_at":"2026-04-18T17:02:27.764Z","repository":{"id":90229610,"uuid":"505593737","full_name":"bmarsaud/jetbrains-backend-docker","owner":"bmarsaud","description":":cd: A packaging of JetBrains IDEs in docker containers","archived":false,"fork":false,"pushed_at":"2022-06-20T21:03:04.000Z","size":4,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-13T11:52:36.983Z","etag":null,"topics":["docker","docker-image","intellij","intellij-idea","jetbrains"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bmarsaud.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":"2022-06-20T20:48:39.000Z","updated_at":"2022-10-28T01:42:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"227640a0-c82b-4920-8fb9-6fbc92ab0f75","html_url":"https://github.com/bmarsaud/jetbrains-backend-docker","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/bmarsaud%2Fjetbrains-backend-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bmarsaud%2Fjetbrains-backend-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bmarsaud%2Fjetbrains-backend-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bmarsaud%2Fjetbrains-backend-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bmarsaud","download_url":"https://codeload.github.com/bmarsaud/jetbrains-backend-docker/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247615481,"owners_count":20967182,"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","intellij","intellij-idea","jetbrains"],"created_at":"2024-10-10T03:21:43.566Z","updated_at":"2026-04-18T17:02:22.743Z","avatar_url":"https://github.com/bmarsaud.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# jetbrains-backend-docker\n\n:cd: jetbrains-backend-docker is a packaging of JetBrains IDE backends into docker containers. IDE backends from this image can be accessed via JetBrains Gateway using SSH.\n\n## Usage\n```bash\ndocker run -p 4222:22 bmarsaud/jetbrains-backend:ideaiu-2022.1.2\n```\n\nChoose the according image tag for the designated IDE and version of your choice. The list of availabe tags can be found on the [Docker Hub page](https://hub.docker.com/r/bmarsaud/jetbrains-backend/tags). Currently only IntelliJ Ultimate (`ideaiu`), WebStorm (`webstorm`), PhpStorm (`phpstorm`) and DataGrip (`datagrip`) are supported by this image.\n\nBind the SSH `22` port to an availabe port on your host.\n\nLaunch JetBrains Gateway and configure an SSH connection to your container address using a password authentication with `dev` as username and `dev` as password.\n\nYou can now choose the already installed IDE and a project folder.\n\n### Projects\nThis image is not meant to contain your projects source code, I would recommand using a sidecar container containing your source code with a shared volume between the two containers.\n\nTODO: add exemple with docker-compose\n\n### Dependencies\nThis image only contains dependencies needed for the IDE to launch (+ git), you will probably need other tools like node, npm or another java version. I would recommand building your own image based on this one using the `FROM bmarsaud/jetbrains-backend:\u003cide\u003e-\u003cversion\u003e` instruction. Don't forget to start the SSH server in the entrypoint of your image using `service start ssh`.\n\n## Build\nTo build the image, use the `build.sh` script with the following parameters:\n\n|Parameter|Default value|Description|\n|---|---|---|\n|`-i`, `--ide`|*Required*|The IDE name (`intellij`, `idea`, `ultimate`, `webstorm`, `phpstorm`, `datagrip`)|\n|`-v`, `--version`|*Required*|The IDE version (`2022.1.2`, `2021.1.3`...)|\n|`-u`, `user`|`dev`|The SSH user name|\n|`-p`, `--password`|`dev`|The SSH user password|\n|`-i`, `--image`|`bmarsaud/jetbrains-backend`|The image name|\n|`-r`, `--registry`|`registry.hub.docker.com`|The image registry onto the image will be pushed|","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbmarsaud%2Fjetbrains-backend-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbmarsaud%2Fjetbrains-backend-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbmarsaud%2Fjetbrains-backend-docker/lists"}