{"id":15676501,"url":"https://github.com/hectorm/docker-steam","last_synced_at":"2025-09-02T11:34:13.495Z","repository":{"id":40466516,"uuid":"192603889","full_name":"hectorm/docker-steam","owner":"hectorm","description":"A Docker image for Steam based on Xubuntu on Docker.","archived":false,"fork":false,"pushed_at":"2025-03-11T22:10:27.000Z","size":89,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-30T06:28:08.375Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/hectorm/steam","language":"Makefile","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/hectorm.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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},"funding":{"github":"hectorm","custom":"https://hector.molinero.dev/donate"}},"created_at":"2019-06-18T19:54:45.000Z","updated_at":"2025-03-11T22:10:30.000Z","dependencies_parsed_at":"2023-12-19T00:40:10.437Z","dependency_job_id":"c4170f29-dfd8-4501-9253-9302a8c4289d","html_url":"https://github.com/hectorm/docker-steam","commit_stats":{"total_commits":138,"total_committers":2,"mean_commits":69.0,"dds":"0.13043478260869568","last_synced_commit":"4d1b9afae99c5d4f9d1bf9791808a2fff63f8f5a"},"previous_names":[],"tags_count":49,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hectorm%2Fdocker-steam","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hectorm%2Fdocker-steam/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hectorm%2Fdocker-steam/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hectorm%2Fdocker-steam/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hectorm","download_url":"https://codeload.github.com/hectorm/docker-steam/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250553355,"owners_count":21449367,"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-10-03T16:02:23.351Z","updated_at":"2025-04-24T03:24:07.131Z","avatar_url":"https://github.com/hectorm.png","language":"Makefile","funding_links":["https://github.com/sponsors/hectorm","https://hector.molinero.dev/donate"],"categories":[],"sub_categories":[],"readme":"# Steam on Docker\n\nA Docker image for [Steam](https://steampowered.com) based on [Xubuntu on Docker](https://github.com/hectorm/docker-xubuntu).\n\n## Start an instance\n\n### Docker CLI\n\n```sh\ndocker run \\\n  --name steam \\\n  --detach \\\n  --shm-size 2g \\\n  --security-opt label=type:spc_t \\\n  --security-opt seccomp=unconfined \\\n  --publish 3322:3322/tcp \\\n  --publish 3389:3389/tcp \\\n  --publish 4380:4380/udp \\\n  --publish 27036:27036/tcp \\\n  --publish 27037:27037/tcp \\\n  --publish 27000-27100:27000-27100/udp \\\n  --device /dev/dri:/dev/dri \\\n  docker.io/hectorm/steam:latest\n```\n\n### Docker Compose\n\n```yaml\nservices:\n  steam:\n    image: 'docker.io/hectorm/steam:latest'\n    shm_size: '2gb'\n    security_opt:\n      - 'label=type:spc_t'\n      - 'seccomp=unconfined'\n    ports:\n      - '3322:3322/tcp'\n      - '3389:3389/tcp'\n      - '27031-27036:27031-27036/udp'\n      - '27036:27036/tcp'\n      - '27037:27037/tcp'\n    devices:\n      - '/dev/dri:/dev/dri'\n```\n\n\u003e You will be able to connect to the container via SSH through 3322/tcp port and RDP through 3389/tcp port.\n\n\u003e **Important:** some software (like Firefox) need the shared memory to be increased, if you\nencounter any problem related to this you may use the `--shm-size` option.\n\n## Environment variables\n\n* `UNPRIVILEGED_USER_UID`: unprivileged user UID (`1000` by default).\n* `UNPRIVILEGED_USER_GID`: unprivileged user GID (`1000` by default).\n* `UNPRIVILEGED_USER_NAME`: unprivileged user name (`user` by default).\n* `UNPRIVILEGED_USER_PASSWORD`: unprivileged user password (`password` by default).\n* `UNPRIVILEGED_USER_GROUPS`: comma-separated list of additional GIDs for the unprivileged user (none by default).\n* `UNPRIVILEGED_USER_SHELL`: unprivileged user shell (`/bin/bash` by default).\n* `SERVICE_XRDP_BOOTSTRAP_ENABLED`: enable xrdp bootstrap service, initialises user session on startup (`false` by default).\n* `SERVICE_XORG_HEADLESS_ENABLED`: enable headless X server service (`false` by default).\n\n## License\n\nSee the [license](LICENSE.md) file.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhectorm%2Fdocker-steam","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhectorm%2Fdocker-steam","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhectorm%2Fdocker-steam/lists"}