freddierice / docker-aircontrol

Ubiquiti AirControl in a container

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker AirControl

Ubiquiti AirControl in a Docker container. More information on the community forum

From Docker Hub (easiest)

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

docker run -d --name aircontrol -p 9080:9080 --restart=always taeradan/aircontrol

From source

You only have to clone the repo and to execute make

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

First use

After the container is launched, you can connect to the application available on your Docker host on the 9080 port. The default user is ubnt and the default password is ubnt.

About

Ubiquiti AirControl in a container


Languages

Language:Makefile 100.0%