How I enable Rosetta for new Podman V5? I have M2 mac and I still get an error on starting MSSQL image #22445
Darioconte87
started this conversation in
General
Replies: 2 comments 2 replies
-
I opened the PR #21670, but not yet merged.
|
Beta Was this translation helpful? Give feedback.
2 replies
-
I installed the podman 5.11 and follow the instruction from https://speakerdeck.com/tnk4on/rosetta-support-podman-v5-dot-1 to enable Rosetta support. The mssql can run on my Mac now |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Ciao Team,
I downloaded and install podman v5.0.2 on my Mac M2 and I was tried to run server:2022-latest but without success.
I download the image:
podman pull mcr.microsoft.com/mssql/server:2022-latest
I run the container before:
podman run -d -e "ACCEPT_EULA=Y" -e "MSSQL_SA_PASSWORD=XXXXXX" -p 1433:1433 --name XXX --hostname XXX mcr.microsoft.com/mssql/server:2022-latest
Error:
/opt/mssql/bin/sqlservr: Invalid mapping of address 0x2aaaad74a000 in reserved address space below 0x400000000000. Possible causes:
After That I tried also to put platform parameter:
podman run -d -e "ACCEPT_EULA=Y" -e "MSSQL_SA_PASSWORD=XXXXXX" -p 1433:1433 --name XXX --hostname XXX mcr.microsoft.com/mssql/server:2022-latest --platform linux/amd64
Error:
/opt/mssql/bin/permissions_check.sh: line 60: exec: --: invalid option
I think that rosetta is not working or enable. I don't see this option but I read was enabled of default but doesn't work
Could you help me to fix this error in order to run that container?
Here my podman config json:
jsonformatter.txt
Thanks
Beta Was this translation helpful? Give feedback.
All reactions