{"id":16446745,"url":"https://github.com/lumunix/intellij-idea-docker","last_synced_at":"2026-05-02T18:38:57.867Z","repository":{"id":134129372,"uuid":"359646811","full_name":"Lumunix/IntelliJ-IDEA-Docker","owner":"Lumunix","description":"IntelliJ IDEA IDE in a docker container","archived":false,"fork":false,"pushed_at":"2021-05-02T22:59:17.000Z","size":930,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-19T18:24:31.971Z","etag":null,"topics":["developer-tools","docker","docker-compose","ide","intellij-idea","java"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","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/Lumunix.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":"2021-04-20T01:27:40.000Z","updated_at":"2023-02-20T23:19:01.000Z","dependencies_parsed_at":null,"dependency_job_id":"10c0d26d-a230-450f-82c7-5924c542a3bd","html_url":"https://github.com/Lumunix/IntelliJ-IDEA-Docker","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/Lumunix/IntelliJ-IDEA-Docker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lumunix%2FIntelliJ-IDEA-Docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lumunix%2FIntelliJ-IDEA-Docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lumunix%2FIntelliJ-IDEA-Docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lumunix%2FIntelliJ-IDEA-Docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Lumunix","download_url":"https://codeload.github.com/Lumunix/IntelliJ-IDEA-Docker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lumunix%2FIntelliJ-IDEA-Docker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32545870,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-02T12:25:33.646Z","status":"ssl_error","status_checked_at":"2026-05-02T12:24:51.733Z","response_time":132,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["developer-tools","docker","docker-compose","ide","intellij-idea","java"],"created_at":"2024-10-11T09:48:41.290Z","updated_at":"2026-05-02T18:38:57.862Z","avatar_url":"https://github.com/Lumunix.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# IntelliJ-IDEA-Docker\n![Project-Banner](/readme/project-banner.png)\n\n## About\nIntelliJ IDEA IDE Community Edition IDE in a docker container. Provides a full Java IDE in a docker container with Open JDK.\n\n## Usage\n### Windows:\n1. [Install Docker/Compose](https://docs.docker.com/compose/install/). You must have Docker and Compose installed to run your Jekyll project in Docker.\n\n2. [Install GWSL](https://opticos.github.io/gwsl/). GWSL handles running XServer on top of WSL. (Graphical Windows Subsystem for Linux)\n\n3. Using GWSL, navigate to the folder you downloaded the project to, build the docker image.\n\n```\ndocker build -t lumunix/intellij-idea-docker .\n```\n4. Using GWSL, navigate to the **\u003cRepo Directory\u003e/windows** folder, run docker compose to start Intellij\n\n```\ndocker-compose up\n```\n\n\n### macOs:\n1. [Install Docker/Compose](https://docs.docker.com/compose/install/). You must have Docker and Compose installed to run your Jekyll project in Docker.\n\n2. Install [Homebrew](https://brew.sh) using Terminal\n```\nruby -e \"$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)\"\n```\n\n3. Using Terminal, install [Socat](https://linux.die.net/man/1/socat) with homebrew\n\n```\nbrew install socat\n```\n\n4. Using Terminal install [xquartz](https://www.xquartz.org) with homebrew\n```\nbrew install xquartz\n```\n\n5. Open Xquartz, in the Preferences of the xQuartz app in the Security tab, check **allow connections from network clients**\n```\nopen -a Xquartz\n```\n![x11 Zquartz Preferences](readme/x11pref.png)\n\n6. Using Terminal, navigate to the folder you downloaded the project to, build the docker image.\n```\ndocker build -t lumunix/intellij-idea-docker .\n```\n7. Run Socat\n```\nsocat TCP-LISTEN:6000,reuseaddr,fork UNIX-CLIENT:\\\"$DISPLAY\\\"\n```\n\n8. Using Terminal, navigate to the **[Repo Directory]/macOs** folder, run this command, you will get a inet ip address, add the IP address to the **.env** file as follows.\n```\nifconfig | grep \"inet \" | grep -v 127.0.0.1 | cut -d\\  -f2\n```\n\n```\nXSERVEIP=\u003cYOUR IP FROM IFCONFIG\u003e\n```\n\n9. Using Terminal, navigate to the **[Repo Directory]/macOs** folder, run docker compose to start Intellij\n\n```\ndocker-compose up\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flumunix%2Fintellij-idea-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flumunix%2Fintellij-idea-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flumunix%2Fintellij-idea-docker/lists"}