{"id":15676447,"url":"https://github.com/hectorm/docker-wine","last_synced_at":"2025-10-09T17:13:43.626Z","repository":{"id":39918561,"uuid":"195692172","full_name":"hectorm/docker-wine","owner":"hectorm","description":"A Docker image for Wine based on Xubuntu on Docker.","archived":false,"fork":false,"pushed_at":"2025-03-11T22:10:02.000Z","size":99,"stargazers_count":11,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-28T15:18:33.376Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/hectorm/wine","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-07-07T20:02:53.000Z","updated_at":"2025-03-11T22:10:05.000Z","dependencies_parsed_at":"2023-12-18T22:52:13.594Z","dependency_job_id":"e7707197-fde7-4f8e-9636-73bc6a45d6c5","html_url":"https://github.com/hectorm/docker-wine","commit_stats":{"total_commits":155,"total_committers":2,"mean_commits":77.5,"dds":0.1225806451612903,"last_synced_commit":"7f69dd1fa096855c14533936e05f11359e875117"},"previous_names":[],"tags_count":56,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hectorm%2Fdocker-wine","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hectorm%2Fdocker-wine/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hectorm%2Fdocker-wine/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hectorm%2Fdocker-wine/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hectorm","download_url":"https://codeload.github.com/hectorm/docker-wine/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251336391,"owners_count":21573188,"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:01:57.607Z","updated_at":"2025-10-09T17:13:38.573Z","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":"# Wine on Docker\n\nA Docker image for [Wine](https://www.winehq.org) 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 wine \\\n  --detach \\\n  --shm-size 2g \\\n  --publish 3322:3322/tcp \\\n  --publish 3389:3389/tcp \\\n  --device /dev/dri:/dev/dri \\\n  docker.io/hectorm/wine:latest\n```\n\n### Docker Compose\n\n```yaml\nservices:\n  wine:\n    image: 'docker.io/hectorm/wine:latest'\n    shm_size: '2gb'\n    ports:\n      - '3322:3322/tcp'\n      - '3389:3389/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-wine","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhectorm%2Fdocker-wine","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhectorm%2Fdocker-wine/lists"}