- Apr 6, 2016
- 849
- 508
docker run -d -p 80:80 -v 'C:\whatever\your\folder\is\':'/app/config/' mlapaglia/openalprwebhookprocessor:v3.16.0
docker run -d -p 80:80 -v 'C:\whatever\your\folder\is\':'/app/config/' mlapaglia/openalprwebhookprocessor:v3.16.0
Just tried this again out of curiosity, it fails with 3.1 installed, error shown below:
That is the version I have installed and same errors as above, any further ideas welcome.I think you need to install .net 5.0 actually Download .NET 5.0 Runtime (v5.0.9) - Windows x64 Installer. I am a software developer so I have all of them installed lol
/
as the link suggests.Thanks and yes progress, tried the / but believe that applies to Powershell and not Windows command line, spent an hour or two 'playing' earlier knowing it was something stupid causing it!It pulled the image which is good! Guessing it's perhaps just a syntax issue at this point with the "Invalid Mode" message. See here: Docker Toolbox: Error response from daemon: invalid mode: /root/docker. Try adding the extra/
as the link suggests.
Thanks, tried that and a few other combinations, no joyis it running? try double quotes instead of single quotes for the command
Still the samei can't help you if you don't paste whatever the latest errors you are getting are.
Yes, that failed but switching to double quotes and removing c: then switching to / instead of \ resolved it so far. I just added a camera in the web ui, saved it then it doesn't seem to show but either way progress made so far! thanks, without the c; removed the double quotes still failed.In your screenshot you were still using single quotes lol
http://10.200.200.16:8355
. Port 8355 is the default port that the agent's webserver runs on. So you just need to fill in the IP address where you agent is running.That makes sense! will play with this some more later, thanks, wood for the trees and all that, after this the webhook test is on my hitlist!The address you put in there is the machine where you are running the OpenALPR agent. My agent is running in a Debian VM that has an address ofhttp://10.200.200.16:8355
. Port 8355 is the default port that the agent's webserver runs on. So you just need to fill in the IP address where you agent is running.
I decided to change the port from 80 since this is a default port for Windows (which I had already realised and worked around) so re ran the Docker command with modified port settings and for some reason I now cannot 'Open in browser' from the Windows Docker, not entirely sure why.