Skip to content

Docker images

Andrews Sobral edited this page Mar 7, 2020 · 7 revisions

Video tutorial

Compiling BGSLibrary with Python support on Docker (Windows)

Docker images

The docker images are available at https://hub.docker.com/r/andrewssobral/bgslibrary/

Older images

Docker images for BGSLibrary with OpenCV 2.4.13 and OpenCV 3.1.0.

How to run

  • Pull the latest image: docker pull andrewssobral/bgslibrary_opencv3

  • Start the container: docker run -it -p 5901:5901 andrewssobral/bgslibrary_opencv3 bash

  • Start VNC: /usr/bin/vncserver :1 -geometry 1280x800 -depth 24 && tail -f /root/.vnc/*:1.log

  • VNC password: password

  • Note: if you want to kill VNC: vncserver -kill :1

Enjoy it! ;-)