You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
so I think I have 64-bit system but I messed up docker and it thinks I have 32 bit?
When I try fetching with --platform=arm64 or adding platform: linux/arm64 (or linux/arm64/v8) the container creates successfully but never starts, status is stuck in restarting(1)
I use both Portainer and CLI and both give the same results. I had docker-compose 1.19 so I updated it to latest (2.29.7), docker is Docker version 20.10.5+dfsg1, build 55c4c88
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
I'm trying to install on Raspberry pi 4 but I always get the error message:
uname -a
gives:so I think I have 64-bit system but I messed up docker and it thinks I have 32 bit?
When I try fetching with
--platform=arm64
or addingplatform: linux/arm64
(orlinux/arm64/v8
) the container creates successfully but never starts, status is stuck inrestarting(1)
I use both Portainer and CLI and both give the same results. I had
docker-compose
1.19 so I updated it to latest (2.29.7), docker isDocker version 20.10.5+dfsg1, build 55c4c88
Beta Was this translation helpful? Give feedback.
All reactions