How to launch shell amd64 on ARM #1043
Unanswered
OlegGulevskyy
asked this question in
Q&A
Replies: 1 comment 3 replies
-
I tried running the following
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Very sorry for a what probably is very obvious question for some of you, but I am trying to run some servers on my mac M1, and they can only be run on Intel
I am trying to follow the readme here:
https://github.com/lima-vm/lima/blob/master/docs/multi-arch.md#fast-mode
Slow mode is very very slow,I could not wait until the end and stopped the process.
Fast mode is - I am getting x86_64 in the console as result when I use command
lima nerdctl run --platform=amd64 --rm alpine uname -m
However, I don't know where to go from here. How can I open op a shell and start working with my directory and files as if I am in x86_64 architecture?
The readme file stops on those commands, so I am assuming either it's very obvious or not possible.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions