{"id":21479398,"url":"https://github.com/rycus86/docker-pycharm-pro","last_synced_at":"2026-01-04T11:04:46.760Z","repository":{"id":43637237,"uuid":"127481678","full_name":"rycus86/docker-pycharm-pro","owner":"rycus86","description":"Docker container to run PyCharm Professional Edition","archived":false,"fork":false,"pushed_at":"2023-05-30T10:55:58.000Z","size":72,"stargazers_count":5,"open_issues_count":0,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-01-23T18:16:10.892Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/rycus86.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-03-30T23:23:48.000Z","updated_at":"2023-07-13T12:54:02.000Z","dependencies_parsed_at":"2024-11-23T11:25:38.794Z","dependency_job_id":"53f23ef4-23ec-4b30-823c-a182217e66e1","html_url":"https://github.com/rycus86/docker-pycharm-pro","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/rycus86%2Fdocker-pycharm-pro","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rycus86%2Fdocker-pycharm-pro/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rycus86%2Fdocker-pycharm-pro/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rycus86%2Fdocker-pycharm-pro/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rycus86","download_url":"https://codeload.github.com/rycus86/docker-pycharm-pro/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244004314,"owners_count":20382365,"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":[],"created_at":"2024-11-23T11:25:07.753Z","updated_at":"2026-01-04T11:04:46.695Z","avatar_url":"https://github.com/rycus86.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"Docker container to run PyCharm Professional Edition (https://www.jetbrains.com/pycharm/)\n\n### Usage\n\n```\ndocker run --rm \\\n  -e DISPLAY=${DISPLAY} \\\n  -v /tmp/.X11-unix:/tmp/.X11-unix \\\n  -v ~/.PyCharm:/home/developer/.PyCharm \\\n  -v ~/.PyCharm.java:/home/developer/.java \\\n  -v ~/.PyCharm.py3:/home/developer/.py3.libs \\\n  -v ~/.PyCharm.share:/home/developer/.local/share/JetBrains \\\n  -v ~/Project:/home/developer/Project \\\n  --name pycharm-$(head -c 4 /dev/urandom | xxd -p)-$(date +'%Y%m%d-%H%M%S') \\\nrycus86/pycharm-pro:${IDE_VERSION}\n```\n\nDocker Hub Page: https://hub.docker.com/r/rycus86/pycharm-pro/\n([available versions](https://hub.docker.com/r/rycus86/pycharm-pro/tags))\n\n### OS X instructions\n\n1. Install XQuartz from https://www.xquartz.org/releases/\n2. Configure `Allow connections from network clients` in the settings\n    - Restart the system (needed only once when this is enabled)\n3. Run `xhost +localhost` in a terminal to allow connecting to X11 over the TCP socket\n4. Use `-e DISPLAY=host.docker.internal:0` for passing the `${DISPLAY}` environment\n\n#### For Windows hosts (simplified):\n\n```\ndocker.exe run --rm -d ^\n     --name pycharm-pro ^\n     -e DISPLAY=YOUR_IP_ADDRESS:0.0 ^\n     -v %TEMP%\\.X11-unix:/tmp/.X11-unix ^\n     -v %USERPROFILE%\\pycharm-docker:/home/developer ^\n     -v %USERPROFILE%\\pycharm-docker\\python-libs:/home/developer/.py3.libs ^\n     rycus86/pycharm-pro:%IDE_VERSION%\n```\n\n### Notes\n\nYou'll still need a license to use the application!\n\nThe IDE will have access to Python 3 and to Git.\nProject folders need to be mounted like `-v ~/Project:/home/developer/Project`.\nThe actual name can be anything - I used something random to be able to start multiple instances if needed.\n\nTo use `pip` either use the terminal in PyCharm or install from the terminal from inside the container like `docker exec -it pycharm-running bash` then install using **pip**.\n\nTo run container on Windows hosted machines you will need to have some X server installed and launched (e.g. Xming)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frycus86%2Fdocker-pycharm-pro","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frycus86%2Fdocker-pycharm-pro","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frycus86%2Fdocker-pycharm-pro/lists"}