This FAQ page addresses the common issues users face with installing Docker and the Plate Recognizer SDK.
The message: “Docker: error during connect: Post… This error may also indicate that docker daemon it not running” means that Docker is not running in your system.
You will first have to execute Docker. Please go to Step 1 on How to Install Docker.
Be aware that enabling Docker in your system will prevent you to keep using Virtual Box.
When Hyper-V technology is enabled, it interferes with Virtual Box.
More information about this in docs.docker.com/docker-for-windows/install
No. Your Virtual Box is not lost. You just cannot execute a virtual machine once you have Docker on.
Make sure you have replaced the MY_KEY with your key in the run command. Refer to Step 20 of the Installing SDK via Docker on Windows
You are probably receiving this message because the container is not running.
To verify that type “docker ps” in the Command Line (CMD) in the terminal to see the status of containers. It should look like this (1 container running in port 8080):
If the status doesn’t show any containers at all, then the SDK container is not actually running in your system.
You will need to first run it. Refer to Step 20 of the Installing SDK via Docker on Windows.
This means that you currently have a container running with this license–perhaps on another machine.
If you need to install the SDK in another machine, please uninstall this one first. Refer to Step 23 of the Installing to Uninstall SDK via Docker on Windows to uninstall the SDK..
Or, go app.platerecognizer.com/accounts/plan to add another license for this machine.
If you are already using port 8080, then you can change the port of the container by running this Command Line (CMD):
docker run –rm -t -v license:/license -e TOKEN=MY_TOKEN -e UNINSTALL=1 -p 8085:8080 platerecognizer/alpr
The -p 8085:8080 part will bind the port 8085 of your host machine with the port 8080 inside the container.
Let us know and we’d be happy to assist.
© 2025 Plate Recognizer, a subsidiary of ParkPow, Inc. All rights reserved.
Made with ❤ from Silicon Valley & Budapest.