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
Hi i try use docker but this happens: $ docker run adw0rd/instagrapi-rest output WARNING: The requested image's platform (linux/arm64/v8) does not match the detected host platform (linux/amd64) and no specific platform was requested standard_init_linux.go:219: exec user process caused: no such file or directory
so I found this command in my search: $ docker run --platform linux/arm64 adw0rd/instagrapi-rest output standard_init_linux.go:219: exec user process caused: no such file or directory
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
-
Hi i try use docker but this happens:
$ docker run adw0rd/instagrapi-rest
output
WARNING: The requested image's platform (linux/arm64/v8) does not match the detected host platform (linux/amd64) and no specific platform was requested standard_init_linux.go:219: exec user process caused: no such file or directory
so I found this command in my search:
$ docker run --platform linux/arm64 adw0rd/instagrapi-rest
output
standard_init_linux.go:219: exec user process caused: no such file or directory
any tip ?
Beta Was this translation helpful? Give feedback.
All reactions