doitandbedone / ispyagentdvr-docker

GNU General Public License v3.0
114 stars 43 forks source link

Doesnt detect ARM64 - just thinks AMD64 #728

Open burtsmith1600 opened 2 months ago

burtsmith1600 commented 2 months ago

Installed on Ubuntu Desktop 23.10, RaspPi5
command: docker run -it -p 8090:8090 -p 3478:3478/udp -p 50000-50010:50000-50010/udp \ -v /appdata/ispyagentdvr/config/:/agent/Media/XML/ \ -v /appdata/ispyagentdvr/media/:/agent/Media/WebServerRoot/Media/ \ -v /appdata/ispyagentdvr/commands:/agent/Commands/ \ --name ispyagentdvr doitandbedone/ispyagentdvr:latest

WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested exec /agent/Agent: exec format error

Thank you -