{"id":21479422,"url":"https://github.com/rycus86/docker-goland","last_synced_at":"2026-01-03T09:04:41.116Z","repository":{"id":37911708,"uuid":"127343096","full_name":"rycus86/docker-goland","owner":"rycus86","description":"Docker container to run JetBrains GoLand (https://www.jetbrains.com/go/)","archived":false,"fork":false,"pushed_at":"2023-05-30T11:27:50.000Z","size":58,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-01-23T18:16:29.067Z","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-29T20:19:00.000Z","updated_at":"2023-05-30T11:08:27.000Z","dependencies_parsed_at":"2024-11-23T11:25:42.978Z","dependency_job_id":"83286835-2604-4600-8090-40d5bb17d0ef","html_url":"https://github.com/rycus86/docker-goland","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-goland","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rycus86%2Fdocker-goland/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rycus86%2Fdocker-goland/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rycus86%2Fdocker-goland/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rycus86","download_url":"https://codeload.github.com/rycus86/docker-goland/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244004356,"owners_count":20382370,"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:15.434Z","updated_at":"2026-01-03T09:04:41.056Z","avatar_url":"https://github.com/rycus86.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"Docker container to run JetBrains GoLand (https://www.jetbrains.com/go/)\n\n### Usage\n\n```\ndocker run --rm \\\n  -e DISPLAY=${DISPLAY} \\\n  -v /tmp/.X11-unix:/tmp/.X11-unix \\\n  -v ~/.GoLand:/home/developer/.GoLand \\\n  -v ~/.GoLand.java:/home/developer/.java \\\n  -v ~/Project/go:/home/developer/go \\\n  --security-opt=seccomp:unconfined \\\n  --name goland-$(head -c 4 /dev/urandom | xxd -p)-$(date +'%Y%m%d-%H%M%S') \\\nrycus86/goland:${IDE_VERSION}\n```\n\nDocker Hub Page: https://hub.docker.com/r/rycus86/goland/\n([available versions](https://hub.docker.com/r/rycus86/goland/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 goland ^\n     -e DISPLAY=YOUR_IP_ADDRESS:0.0 ^\n     -v %TEMP%\\.X11-unix:/tmp/.X11-unix ^\n     -v %USERPROFILE%\\goland:/home/developer ^\n     rycus86/goland:%IDE_VERSION%\n```\n\n### Notes\n\nYou'll still need a license to use the application!\n\nThe IDE will have a recent Go version installed.\nProject folders need to be mounted like `-v ~/Project/go:/home/developer/go` (`GOPATH` will point to this).\nThe actual name can be anything - I used something random to be able to start multiple instances if needed.\nYou might want to consider using `--network=host` if you're running servers from the IDE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frycus86%2Fdocker-goland","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frycus86%2Fdocker-goland","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frycus86%2Fdocker-goland/lists"}