Skip to content

wallneradam/docker-openalpr-alpine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-openalpr-alpine

OpenALPR (https://github.com/openalpr/openalpr) running in Docker image on Alpine linux.

Usage

docker run --rm -ti -v $PWD:/openalpr wallneradam/docker-openalpr-alpine -c eu test.jpg

Calibrate

You can use the calibrate utility as well on Linux under X:

docker run --rm -ti \
    --entrypoint=openalpr-utils-calibrate \
    -e DISPLAY -v /tmp:/tmp --ipc=host \
    -v $PWD:/openalpr wallneradam/docker-openalpr-alpine -c eu test.jpg

The line started with "-e DISPLAY..." makes container be able to use your X session and able to show the gui.