Jeremy Grossmann
Jeremy Grossmann
I managed to build a GNS3 VM for ARM that you can run on macOS M1. Please see https://github.com/GNS3/gns3-gui/discussions/3261 how to use it as well as limitations and other workarounds.
It would be interesting to compare the speed of the running the x86_64 VM in UTM vs running the ARM64 VM in VMware Fusion, especially with running Qemu based appliances...
@kiraberserk please see https://github.com/GNS3/gns3-gui/discussions/3261 you will need a VMware account to download VMware Fusion for M1 from https://customerconnect.vmware.com/downloads/get-download?downloadGroup=FUS-PUBTP-2021H1 Let me know if you have questions.
Awesome, thanks for testing this out. Let me know if you have more findings in the next few days 👍
@NineTailed999 this is the post: https://github.com/GNS3/gns3-gui/discussions/3261
Thanks for the idea. We will review what option would be the best.
Can be done when we implement `tags`: https://github.com/GNS3/gns3-server/issues/1720
Can you try to start Python and type the following lines? ``` from gns3server.utils.get_resource import get_resource get_resource("compute/docker/resources") ``` Thanks
> Here you go @grossmj Thanks, what is the content of `/usr/lib/python3.10/site-packages/gns3server/compute/docker/resources`?
Thank you, for some reason the container doesn't get the /gns3 volumes that contain init.sh Please try to manually start a new container in a terminal to see if you...