This is a minimal Nethack installation on Alpine Linux. It uses one Dockerfile to download source code and compile Nethack, and another Dockerfile to publish the result as a 6MB image. The build script is available at https://github.com/jjclark1982/nethack-docker
docker pull jjclark/nethack
docker run -it -v "$PWD/save:/nh360/var/save" jjclark/nethack
Would like to make a separate container that runs Hearse with a shared volume.
Content type
Image
Digest
Size
5.8 MB
Last updated
over 10 years ago
docker pull jjclark/nethack