Docker image for the unifi video server. One command to run with no additional manual steps.
2.1K
Dockerfile can be found here
To run it use the following command:
docker run -it -d \
--name=unifi-video \
--privileged \
--net=host \
-v /var/lib/unifi-video:/var/lib/unifi-video \
-v /var/log/unifi-video:/var/log/unifi-video \
ekiourk/unifi-video:latest
Content type
Image
Digest
Size
255.2 MB
Last updated
over 10 years ago
docker pull ekiourk/unifi-video