kyokuheki / docker-yenma

Dockernized YENMA

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Dockernized YENMA


Languages

Language:Dockerfile 100.0%