tsaikd / docker-noip2

Docker image for no-ip 2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker-noip2

docker build -t tsaikd/noip2 .
  • setup noip2 config
docker run -it --rm -v "${PWD}/etc:/usr/local/etc" tsaikd/noip2 -C
  • docker-compose.yml
noip2:
  image: tsaikd/noip2
  volumes:
    - ./etc:/usr/local/etc
  stdin_open: true
  tty: true

About

Docker image for no-ip 2

License:MIT License


Languages

Language:Shell 100.0%