Sign inSign up

wallneradam/docker-openalpr-alpine

By wallneradam

Updated over 8 years ago

OpenALPR on Alpine

Image
0

330

wallneradam/docker-openalpr-alpine repository overview

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.

Tag summary

Content type

Image

Digest

Size

87.6 MB

Last updated

over 8 years ago

docker pull wallneradam/docker-openalpr-alpine