Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

openalpr as docker container #950

Open
FadelChafai opened this issue Nov 8, 2021 · 1 comment
Open

openalpr as docker container #950

FadelChafai opened this issue Nov 8, 2021 · 1 comment

Comments

@FadelChafai
Copy link

Hi

Is there a way to run openalpr as a container an instead of using

docker run -it --rm -v $(pwd):/data:ro openalpr -c eu h786poj.jpg

we can use for ex : container-ip -c eu h786poj.jpg

Thank you

@gulbalee
Copy link

gulbalee commented Feb 15, 2022

Theres an http wrapper image from sclaflin. Try this docker-compose.yaml, and then from the host machine browser, enter the ip of the host or open-alpr-http-wrapper container with port 3000, for example 172.18.0.2:3000 or host IP 192.168.X.X:3000.

Screenshot 2022-02-16 at 2 11 22 AM

version: "3.9"
services:
 open-alpr-http-wrapper:
    container_name: open-alpr-http-wrapper
    restart: unless-stopped
    image: sclaflin/open-alpr-http-wrapper:latest
    ports:
      - 3000:3000

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants