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
Hey there, yes the issue should be related to your ARM architecture. Take a look at #8 and #9
The solution to the problem is the following : #9 (comment)
You will need to build a local image from a custom dockerfile, which can be like this one : https://github.com/ShutdownRepo/Exegol-images/blob/1efeb9f9e1e50ee7c6d9ac082223d2fae03cd4be/arm64.dockerfile
We are currently working on bringing multi-arch support on the images offered on the online registry (Dockerhub), in the meantime, building local images will do 😄
Closing the issue, feel free to open it again if needed
I have a problem when launching ruby programs (msfconsole, evil-winrm) in exegol :
To fix the problem of evil-winrm for example, I have to download the gem via:
gem install evil-winrm
exegol is launched from a Mac M2 via the following docker command :
Any solutions to solve the ruby problem ?
The text was updated successfully, but these errors were encountered: