Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The requested image's platform (linux/amd64) does not match the detected host platform #7

Open
eXsoR65 opened this issue Sep 9, 2022 · 2 comments

Comments

@eXsoR65
Copy link

eXsoR65 commented Sep 9, 2022

I'm running Portainer on a Raspberry Pi 4 and when running docker run --rm -v ./data portainer/helper-reset-password I get error:

docker run --rm -v ./data portainer/helper-reset-password:linux-arm64
WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
2022/09/09 22:03:53 Unable to locate /data/portainer.db on disk

Hardware: Raspberry Pi 4
Architecture: aarch64
Docker Ver: 20.10.17, build 100c701
Portainer Ver: portainer-ce:2.14.0

@dynodaan
Copy link

Having same issue with oracle cloud server.

@r03n-d
Copy link

r03n-d commented Oct 4, 2022

Use docker run --rm -v portainer_data:/data portainer/helper-reset-password:linux-arm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants