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

cannot run on raspberry pi 4 #88

Open
cigogma opened this issue Dec 17, 2020 · 5 comments
Open

cannot run on raspberry pi 4 #88

cigogma opened this issue Dec 17, 2020 · 5 comments

Comments

@cigogma
Copy link

cigogma commented Dec 17, 2020

When I'm hitting docker run instapy/instapy I get the following message.

WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm/v7) and no specific platform was requested
standard_init_linux.go:219: exec user process caused: exec format error

is there anything to do about it?

@elulcao
Copy link
Contributor

elulcao commented Dec 18, 2020

The error comes from Docker layer, not InstaPy.
My recommendation is to check if your are using the latest Docker Release,
there are some issues reported with Dec updates.

@pviana87
Copy link

pviana87 commented Jan 3, 2021

I too receive this message when I use Kubernetes (k3s + containerd), I trying use image "instapy/instapy:latest". I configured paths InstaPy and file docker_quickstart.py in yml file.

my yml file:

apiVersion: v1
kind: Pod
metadata:
  name: instapy 
  namespace: default
spec:
  restartPolicy: Never
  containers:
  - image: instapy/instapy:latest
    volumeMounts:
      - name: folder
        mountPath: /code/InstaPy
      - name: file
        mountPath: /code/docker_quickstart.py
    imagePullPolicy: IfNotPresent
    name: instapy
  volumes:
    - name: folder
      hostPath:
        path: /mnt/instapy/InstaPy
    - name: file
      hostPath:
        path: /mnt/instapy/docker_quickstart.py

@elulcao
Copy link
Contributor

elulcao commented Jan 4, 2021

did you check the latest update from docker?

@pviana87
Copy link

pviana87 commented Jan 4, 2021

did you check the latest update from docker?

Yes! I use containerd version v1.19.0-k3s1

@elulcao
Copy link
Contributor

elulcao commented Jan 4, 2021

The message comes from Docker layer,
this is the issue Iv been monitoring,
and seems to be the same like the problem you are facing.

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