Skip to content

livecv/livecv-dockerfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Live CV Docker files

The 2 images are used to test the standalone version of livecv (launcher based) and the minimal version for compatibility issues.

Building the docker images:

Building livecv launcher test image:

cd livecv-launcher-test
sudo docker build -t livecv/launcher-test .

Building livecv test image:

cd livecv
sudo docker build -t livecv/test .

Running an image:

docker run -t -i -p 5900 -v /<local_livecv_path>:/<remove_livecv_path> livecv/launcher-test

Connecting to an image:

The image uses vnc to display live cv. Use a vnc viewer like vinagre to view the images display port. The display port is available in docker's container list:

docker ps

About

Docker files to test live cv.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published