{"id":13677946,"url":"https://github.com/cpp-sc2/docker-sc2","last_synced_at":"2025-04-29T12:32:26.471Z","repository":{"id":50595946,"uuid":"329086584","full_name":"cpp-sc2/docker-sc2","owner":"cpp-sc2","description":"Dockerized StarCraft II Linux client","archived":false,"fork":false,"pushed_at":"2024-01-24T07:23:22.000Z","size":16,"stargazers_count":8,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-08-02T13:19:47.256Z","etag":null,"topics":["docker-image","dockerfile","sc2","starcraft-ii","starcraft2"],"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/cpp-sc2.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-01-12T19:11:25.000Z","updated_at":"2024-03-09T12:50:25.000Z","dependencies_parsed_at":"2023-01-18T15:35:11.498Z","dependency_job_id":"5ef205f9-83cd-4c42-a95d-fe037f95c273","html_url":"https://github.com/cpp-sc2/docker-sc2","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpp-sc2%2Fdocker-sc2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpp-sc2%2Fdocker-sc2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpp-sc2%2Fdocker-sc2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpp-sc2%2Fdocker-sc2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cpp-sc2","download_url":"https://codeload.github.com/cpp-sc2/docker-sc2/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224173335,"owners_count":17268098,"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-image","dockerfile","sc2","starcraft-ii","starcraft2"],"created_at":"2024-08-02T13:00:48.760Z","updated_at":"2025-04-29T12:32:26.462Z","avatar_url":"https://github.com/cpp-sc2.png","language":"Dockerfile","funding_links":[],"categories":["Development tools"],"sub_categories":["Python Tutorials"],"readme":"# docker-sc2\n\n[![Build Status](https://github.com/cpp-sc2/docker-sc2/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/cpp-sc2/docker-sc2/actions/workflows/ci.yml)\n\nDockerized StarCraft 2 Linux application.\n\n## Basic usage\n\n1. Pull the latest image:\n\n   ```bash\n   docker pull alkurbatov/sc2\n   ```\n\n1. Run the image:\n\n   ```bash\n   docker run -p 8167:8167 alkurbatov/sc2\n   ```\n\n   Full list of supported command line options described\n   [here](https://github.com/Blizzard/s2client-proto/blob/master/docs/linux.md).\n\n1. Connect to the game.\n\n   Example code for the C++ API can be found\n   [here](https://github.com/cpp-sc2/scrubber).\n\n## Advanced usage\n\nTo change the listening port, e.g. to 8888:\n\n```bash\ndocker run -it --rm -p 8888:8888 sc2 -port 8888\n```\n\nTo run with enabled software rendering:\n\n```bash\ndocker run -it --rm -p 8167:8167 sc2 -port 8167 -osmesapath libOSMesa.so\n```\n\nTo run with enabled hardware rendering:\n\n```bash\ndocker run -it --rm -p 8167:8167 sc2 -port 8167 -eglpath libEGL.so\n```\n\n## License\n\nCopyright (c) 2021-2025 Alexander Kurbatov\n\nLicensed under the [MIT license](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcpp-sc2%2Fdocker-sc2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcpp-sc2%2Fdocker-sc2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcpp-sc2%2Fdocker-sc2/lists"}