Replies: 1 comment
-
Unfortunately, multi arch is not fully finished yet. Please install
directly for RBP. The overhead may not be worth. Please follow instructions
in ispy website to install onto ARM64
…On Tue, Apr 6, 2021, 2:13 AM bklane2 ***@***.***> wrote:
Hi,
I have tried to deploy using multi-arch image but get "exec format error".
I am really new to deploying containers so am I missing a parameter on my
docker script below?
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/
-v /mnt/camera_data/ispy:/mnt/camera_data/ispy
--name ispyagentdvr doitandbedone/ispyagentdvr:multi-arch
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#205>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AORTFNB5XOGL4XXKRVM3MP3THLGDVANCNFSM42OKOCIQ>
.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I have tried to deploy using multi-arch image but get "exec format error". I am really new to deploying containers so am I missing a parameter on my docker script below?
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/
-v /mnt/camera_data/ispy:/mnt/camera_data/ispy
--name ispyagentdvr doitandbedone/ispyagentdvr:multi-arch
Beta Was this translation helpful? Give feedback.
All reactions