我wanted to run the netfoundry:ziti-tunnel container on my hapac2.
At first I pulled the .tar to my PC and put it in the external storage of my router.
After that I applied the configs as in the following tutorial:
https://support.netfoundry.io/hc/en-us ... r-Docker-
After this I wanted make the last step to add the container but I got errors as in the title: 我thougt that I maybe pulled the .tar with the wrong architecture (my router has arm) so I made another .tar-File with the following command:
Code:Select all
docker pull netfoundry/ziti-tunnel:0.27.2 --platform linux/arm/v7
Does someone now what I am doing wrong?
我appreciate every help:)