An open API service indexing awesome lists of open source software.

https://github.com/matsuu/docker-nethack

Dockerfile for Nethack 3.6.7
https://github.com/matsuu/docker-nethack

docker dockerfile nethack

Last synced: 9 months ago
JSON representation

Dockerfile for Nethack 3.6.7

Awesome Lists containing this project

README

          

matsuu/nethack
==============

Dockerfile for Nethack 3.6.7

## Howto

# Docker Hub
docker run -it matsuu/nethack
# GitHub Packages Docker Registry
docker run -it ghcr.io/matsuu/nethack

## Build

docker build -t matsuu/nethack .

## References

- [NetHack Home Page](http://www.nethack.org/)
- GitHub [matsuu/docker-nethack](https://github.com/matsuu/docker-nethack)
- Docker Hub [matsuu/nethack](https://hub.docker.com/r/matsuu/nethack/)