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
- Host: GitHub
- URL: https://github.com/torsknod/unifi-docker
- Owner: torsknod
- License: lgpl-3.0
- Created: 2017-03-06T14:46:13.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-18T18:59:37.000Z (almost 9 years ago)
- Last Synced: 2025-04-02T09:46:42.207Z (about 1 year ago)
- Topics: docker, docker-image, network-admin, network-analysis, network-monitoring, ubiquity
- Language: Shell
- Size: 9.77 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```