antimodular / axis-camera-computervision

run code on axis camera
1 stars 0 forks source link

do the build_deploy_and_run.sh or run.sh also handle docker install? #4

Closed stephanschulz closed 2 years ago

stephanschulz commented 2 years ago

I assume docker first will need to be installed by me on my macOS 10.15.7 system. Or is that also part of the supplied shells script?

Would these be the docker install instruction ? https://hub.docker.com/r/axisecp/docker-acap Screen Shot 2022-04-13 at 8 28 34 PM

Corallo commented 2 years ago

Yes, you first need to have docker installed: https://docs.docker.com/desktop/mac/install/ you can verify that it works executing docker -v, Then you install the docker ACAP on the camera, and only then you can try to build and deploy.