Hi,
das ganze Docker Thema ist noch sehr neu für mich.
Versuche gem. dieser Anleitung OPENWRT im container zu nutzen
https://www.51sec.org/2021/03/28/using-portainer-to-deploy-openwrt-docker/
Pull funktioniert noch aber dann...
--
mit --platform linux/amd64
gehts auch nicht.
Wo liegt das problem?
Schonmal Danke für Tipps
mmiii
das ganze Docker Thema ist noch sehr neu für mich.
Versuche gem. dieser Anleitung OPENWRT im container zu nutzen
https://www.51sec.org/2021/03/28/using-portainer-to-deploy-openwrt-docker/
Pull funktioniert noch aber dann...
xxxx@syno:/$ docker pull sulinggg/openwrt:latest
latest: Pulling from sulinggg/openwrt
Digest: sha256:f3fbea7ae7393e66599794f77fc3bc389673df041ddde1965e79e1388dec3a03
Status: Image is up to date for sulinggg/openwrt:latest
docker.io/sulinggg/openwrt:latest
--
---xxxx@syno:/$ docker run --restart always --name openwrt -d --network macnet --privileged sulinggg/openwrt:latest /sbin/init
WARNING: The requested image's platform (linux/arm/v7) does not match the detected host platform (linux/amd64) and no specific platform was requested
afcea67e477a2bd022cc269568ee24abd33c50d039227d9254b452daa95445e5
mit --platform linux/amd64
gehts auch nicht.
Wo liegt das problem?
Schonmal Danke für Tipps
mmiii