Sign inSign up

taeradan/unifi

By taeradan

Updated over 11 years ago

Image
0

294

taeradan/unifi repository overview

Docker Unifi

Ubiquiti Unifi in a Docker container.

From Docker Hub (easiest)

To use Unifi from Docker Hub, you juste have to run :

docker run -d --name unifi -p 8080:8080 -p 8443:8443 --restart=always taeradan/unifi

From source

You only have to clone the repo and to execute make

git clone https://github.com/Taeradan/docker-unifi.git
cd docker-unifi
make

First use

After the container is launched, you can connect to the application available on your Docker host on the 8080 port. You can then proceed throught the setup process.

Tag summary

Content type

Image

Digest

sha256:b20b37009

Size

226.8 MB

Last updated

over 11 years ago

docker pull taeradan/unifi