Ubiquiti Unifi in a Docker container.
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
You only have to clone the repo and to execute make
git clone https://github.com/Taeradan/docker-unifi.git
cd docker-unifi
make
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.
Content type
Image
Digest
sha256:b20b37009…
Size
226.8 MB
Last updated
over 11 years ago
docker pull taeradan/unifi