https://github.com/ticky/docker-hdlgmanclient
🎮 HDLoader Game Manager Client, in Docker
https://github.com/ticky/docker-hdlgmanclient
Last synced: 5 months ago
JSON representation
🎮 HDLoader Game Manager Client, in Docker
- Host: GitHub
- URL: https://github.com/ticky/docker-hdlgmanclient
- Owner: ticky
- Created: 2022-04-25T02:07:13.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-25T03:33:07.000Z (about 4 years ago)
- Last Synced: 2025-07-04T06:37:27.119Z (12 months ago)
- Language: Dockerfile
- Size: 5.86 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# HDLGManClient in Docker
[](https://github.com/ticky/docker-hdlgmanclient/actions/workflows/docker-publish.yml)
The [HDLGameInstaller](https://sites.google.com/view/ysai187/home/projects/hdlgameinstaller) client in a virtual desktop in Docker. Ideal for running on a NAS, for example
## Running
```shell
docker run -it --rm \
--platform linux/i386 \
--publish="5901:5900/tcp" \
--publish="45062:45062/tcp" \
--volume /volume1:/data:ro \
ghcr.io/ticky/docker-hdlgmanclient:main
```
## Usage
Use Screen Sharing on Mac, or another VNC client to connect to port 5901 in the above example. Mount a folder with data in it to `/data` (`/volume1` in the above example).