Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GNS3 VM arm64 issues with Docker containers #179

Closed
imyelmo opened this issue Feb 10, 2024 · 2 comments · Fixed by GNS3/gns3-server#2355
Closed

GNS3 VM arm64 issues with Docker containers #179

imyelmo opened this issue Feb 10, 2024 · 2 comments · Fixed by GNS3/gns3-server#2355

Comments

@imyelmo
Copy link

imyelmo commented Feb 10, 2024

I have found problems with Docker containers in gns3 2.2.45 (latest) and GNS3 VM arm64 2.2.45 (latest) from here: https://github.com/GNS3/gns3-gui/releases/download/v2.2.45/GNS3.VM.ARM64.2.2.45.zip.

First, a problem related with the API version addressed here: https://www.gns3.com/community/featured/docker-minimum-supported-api-version-error. I solved it accordingly is stated in the link inside the VM.

Second, a problem related with busybox addressed here: GNS3/gns3-server#2069. I solved it installing busybox-static package and copying the binary as it is suggested by the link inside the VM.

The changes mentioned above allow to run scenarios with Docker containers as expected. If you can address these issues and need a tester, let me know.

@grossmj
Copy link
Member

grossmj commented Feb 14, 2024

First, a problem related with the API version addressed here: https://www.gns3.com/community/featured/docker-minimum-supported-api-version-error. I solved it accordingly is stated in the link inside the VM.

Thanks I have fixed this in GNS3/gns3-server@1f50856

Second, a problem related with busybox addressed here: GNS3/gns3-server#2069. I solved it installing busybox-static package and copying the binary as it is suggested by the link inside the VM.

Fixed in GNS3/gns3-server#2355

Next release should work a lot more smoothly, please don't hesitate to report if you find other issues in v2.2.46 (to be released soon). Thanks 👍

@grossmj grossmj closed this as completed Feb 14, 2024
@imyelmo
Copy link
Author

imyelmo commented Feb 16, 2024

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants