/docker-unifi-rpi

Unifi Controller for Raspberry Pi 2/3

Primary LanguageShell

Overview

Docker images for running Ubiquiti's UniFi Controller software on a Raspberry Pi.

Supported tags and respective Dockerfile links

Usage

Prerequisites

A Raspberry Pi running with Docker and Docker Compose installed on it. Guides such as this or this are available for beginners.

On rpi:

  1. mkdir unifi && cd unifi
  2. curl -O https://raw.githubusercontent.com/ryansch/docker-unifi-rpi/master/docker-compose.yml
  3. (Optional) Edit docker-compose.yml to point to a different tag if you don't want latest.
  4. sudo docker-compose up -d

From any computer on your network:

Visit https://raspberrypi.local:8443/ with your browser. Replace raspberrypi.local with the actual hostname or local network IP address of your Raspberry Pi.

Building

  • docker build --pull -t ryansch/unifi-rpi:<version> <version>