Skip to content

kyokuheki/docker-yenma

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

docker-yenma

Dockernized YENMA

docker

docker build -t kyokuheki/yenma .
docker run -itd --restart=always -h $HOSTNAME -p127.0.0.1:10025:10025/tcp \
  -v/srv/yenma:/etc/yenma:ro \
  -name yenma kyokuheki/yenma

build

docker build . -t kyokuheki/yenma

tag:ubuntu

docker build . -t kyokuheki/yenma:ubuntu -f Dockerfile.ubuntu

control

see https://github.com/iij/yenma/blob/master/yenma/yenmactrl.c#L53

reload

echo reload | socat stdin tcp4-connect:0.0.0.0:20025

graceful shutdown

echo graceful | socat stdin tcp4-connect:0.0.0.0:20025

References