Skip to content

jshridha/docker-blueiris

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
April 2, 2018 21:02
April 2, 2018 21:02
April 2, 2018 21:02
April 9, 2018 10:32
November 26, 2019 13:46
April 2, 2018 21:02

docker-blueiris

This is a Container for BlueIris based on solarkennedy/wine-x11-novnc-docker

This container runs:

  • Xvfb - X11 in a virtual framebuffer
  • x11vnc - A VNC server that scrapes the above X11 server
  • noNVC - A HTML5 canvas vnc viewer
  • Fluxbox - a small window manager
  • WINE - to run Windows executables on linux
  • blueiris.exe - official Windows BlueIris
docker run -d \
  --name="BlueIris" \
  -p novnc-port:8080 \
  -p vnc-port:5900 \
  -p blueiris-webserver-port:81 \
  -v /path/to/data:/root/prefix32:rw \
  jshridha/blueiris

Known Issues:

  • Saving and restoring settings backup via the BlueIris interface does not work!