An open API service indexing awesome lists of open source software.

https://github.com/torsknod/unifi-docker

Ubiquiti Networks (UBNT) UniFi Controller for Ubuntu Linux Docker Container
https://github.com/torsknod/unifi-docker

docker docker-image network-admin network-analysis network-monitoring ubiquity

Last synced: about 1 month ago
JSON representation

Ubiquiti Networks (UBNT) UniFi Controller for Ubuntu Linux Docker Container

Awesome Lists containing this project

README

          

# unifi-docker
Ubiquiti Networks (UBNT) UniFi Controller for Ubuntu Linux Docker Container

This [docker](http://www.docker.com) container is currently work in progress and my docker learning curve is still very steep.
So I am very open to patches and pull requests to improve the docker-compose.yml and Dockerfile.
Currently you will have to create the initial content of the data and log directory from a non-docker/ normal installation.
Please also check the open issues.

To use the docker container, check out the directory and run:
```bash
mkdir data log
docker-compose up
```