Skip to content

Dockerfile for 変愚蛮怒(hengband)

License

Notifications You must be signed in to change notification settings

matsuu/docker-hengband

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

matsuu/hengband

Dockerfile for 変愚蛮怒(hengband)

Container Image

Usage

docker pull matsuu/hengband:latest

tty

docker run -it matsuu/hengband

x11

xhost +
docker run -d matsuu/hengband -mx11

fontsize 24pt:

docker run -d -e ANGBAND_X11_FONT=monospace-24 matsuu/hengband -mx11

Help

docker run --rm matsuu/hengband --help

Build-It-Yourself

git clone https://github.com/matsuu/docker-hengband.git
cd docker-hengband
docker build -t hengband .
docker run -it hengband

References