Skip to content

Installation: Docker ReadyNAS

Koushik Dutta edited this page Jan 29, 2022 · 1 revision

Intro

First of all, you need Intel-based ReadyNAS (tested on ancient ReadyNAS Ultra 2) and ReadyNAS OS.

Looks like Netgear almost abandoned ReadyNAS(OS) so it can be tricky to install and run Docker.

Docker installation

The only (easy) way to get Docker is to install Docker CE CLI from ReadyNAS OS store or from .deb package thru ReadyNAS OS web-interface (Main menu - Apps - Upload).

IMAGE1_TBD

In same way we can install Portainer (web-interface for Docker) from here. Beware, version from ReadyNAS store is broken and will not install!

Portainer setup

You should manually add a container to store Scrypted data.

IMAGE2_TBD

Scrypted setup

  • Containers — Add container

IMAGE3_TBD

Basic settings:

  • Name: koush/scrypted:latest (Registry: DockerHub)
  • Always pull the image: Yes
  • Publish all exposed ports: Yes
  • Port mapping: host 10443 — container 10443 (TCP)

Advanced container settings:

  • Volumes - Map additional volume — (here add a container from step LINK_HERE_TBD)
  • Restart policy — always (or Unless stopped, you choose)

Last one step is to press big blue "Deploy the container" button