eskwisit / nut-server

Slim Docker image featuring embedded Nut server from blawar/nut latest release that works for most.

Home Page:https://medium.com/itnext/setting-up-a-zero-config-nut-server-with-docker-f5c10e87cab7

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nut-server

Slim Docker image featuring embedded Nut server from blawar/nut latest release that works for most.

Features

  • Thin Docker image.
  • Very low memory usage.
  • Designed to work on amd64 arch (Linux, Unix).
  • Auto refresh of titles directory.
  • Zero config bundle.
  • Seamless integration for Tinfoil.

Usage

# Pull image from Docker hub
docker pull eskwisit/nut-server

# Run image
docker run -d --name=nut-server -v /path/to/titles:/titles:rw eskwisit/nut-server

Volumes

If you need to tune the configuration, you can mount titles, conf and NSPOUT volumes.

-v /path/to/titles:/titles:rw # For titles
-v /path/to/conf:/root/nut/conf:rw # For config files
-v /path/to/_NSPOUT:/root/nut/_NSPOUT/:rw # For NSP out

About

Slim Docker image featuring embedded Nut server from blawar/nut latest release that works for most.

https://medium.com/itnext/setting-up-a-zero-config-nut-server-with-docker-f5c10e87cab7


Languages

Language:Dockerfile 100.0%