https://github.com/ad/docker-dos-games
https://github.com/ad/docker-dos-games
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ad/docker-dos-games
- Owner: ad
- Created: 2021-12-23T12:45:51.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-23T13:46:27.000Z (over 4 years ago)
- Last Synced: 2025-03-20T23:28:43.119Z (about 1 year ago)
- Language: HTML
- Size: 4.45 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
To run X-Com: Enemy unknown:
docker build --build-arg GAME_ARGS=\"UFO.BAT\" -t docker-dos-game .
docker run --rm -p 8000:8000 docker-dos-game
open localhost:8000 in browser