-
Notifications
You must be signed in to change notification settings - Fork 55
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
Arm virtualisation #1371
Arm virtualisation #1371
Conversation
This reverts commit f1f998a.
@H4LL, Here is an example of a simpler pattern to accomplish the same thing. It instructs docker to use |
Ah, I see. Got it, I'll make some edits in due course to make it graceful like the von precedent, test and then try again. Thanks for the feedback! |
@WadeBarnes Turns out it was super easy in the end and pretty much the command you passed me verbatim. I searched the von repo for any other reference to I tested the code by wiping my images and running a fresh build using the convenience script I've added. Everything is working out on my end. |
That looks a lot cleaner. Yes, I'd rather see a simple Pro-Tip:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the changes, looks a lot cleaner!
Some of your commits appear to not have DCO, could you please amend them to include it and push again?
@@ -147,6 +147,12 @@ This will leave the volume (data) intact and available on restart. | |||
docker compose down | |||
``` | |||
|
|||
For mac users with ARM architecture, try using the conveniance script |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit.: convenience
This reverts commit f1f998a. Signed-off-by: Adam J Hall <46713492+H4LL@users.noreply.github.com>
Signed-off-by: Adam J Hall <46713492+H4LL@users.noreply.github.com>
This reverts commit cb7e9a1. Signed-off-by: Adam J Hall <46713492+H4LL@users.noreply.github.com>
This reverts commit f13fd55. Signed-off-by: Adam J Hall <46713492+H4LL@users.noreply.github.com>
This reverts commit f1f998a. Signed-off-by: Adam J Hall <46713492+H4LL@users.noreply.github.com>
This reverts commit a71fe1c. Signed-off-by: Adam J Hall <46713492+H4LL@users.noreply.github.com>
Signed-off-by: Adam J Hall <46713492+H4LL@users.noreply.github.com>
Signed-off-by: Adam J Hall <46713492+H4LL@users.noreply.github.com>
Signed-off-by: Gavin Jaeger-Freeborn <gavinfreeborn@gmail.com> Signed-off-by: Adam J Hall <46713492+H4LL@users.noreply.github.com>
Signed-off-by: Gavin Jaeger-Freeborn <gavinfreeborn@gmail.com> Signed-off-by: Adam J Hall <46713492+H4LL@users.noreply.github.com>
Signed-off-by: Gavin Jaeger-Freeborn <gavinfreeborn@gmail.com> Signed-off-by: Adam J Hall <46713492+H4LL@users.noreply.github.com>
Signed-off-by: Gavin Jaeger-Freeborn <gavinfreeborn@gmail.com> Signed-off-by: Adam J Hall <46713492+H4LL@users.noreply.github.com>
Signed-off-by: Gavin Jaeger-Freeborn <gavinfreeborn@gmail.com> Signed-off-by: Adam J Hall <46713492+H4LL@users.noreply.github.com>
Signed-off-by: Gavin Jaeger-Freeborn <gavinfreeborn@gmail.com> Signed-off-by: Adam J Hall <46713492+H4LL@users.noreply.github.com>
Signed-off-by: Gavin Jaeger-Freeborn <gavinfreeborn@gmail.com> Signed-off-by: Adam J Hall <46713492+H4LL@users.noreply.github.com>
Signed-off-by: Gavin Jaeger-Freeborn <gavinfreeborn@gmail.com> Signed-off-by: Adam J Hall <46713492+H4LL@users.noreply.github.com>
Signed-off-by: Gavin Jaeger-Freeborn <gavinfreeborn@gmail.com> Signed-off-by: Adam J Hall <46713492+H4LL@users.noreply.github.com>
Removed unused endorser code and references Signed-off-by: Lucas ONeil <lucasoneil@gmail.com> Signed-off-by: Emiliano Suñé <emiliano.sune@gmail.com> Co-authored-by: Emiliano Suñé <emiliano.sune@gmail.com> Signed-off-by: Adam J Hall <46713492+H4LL@users.noreply.github.com>
Signed-off-by: Ivan P <2119240+i5okie@users.noreply.github.com> Signed-off-by: Adam J Hall <46713492+H4LL@users.noreply.github.com>
Signed-off-by: Gavin Jaeger-Freeborn <gavinfreeborn@gmail.com> Signed-off-by: Adam J Hall <46713492+H4LL@users.noreply.github.com>
Signed-off-by: Gavin Jaeger-Freeborn <gavinfreeborn@gmail.com> Signed-off-by: Adam J Hall <46713492+H4LL@users.noreply.github.com>
Signed-off-by: Gavin Jaeger-Freeborn <gavinfreeborn@gmail.com> Signed-off-by: Adam J Hall <46713492+H4LL@users.noreply.github.com>
Signed-off-by: Gavin Jaeger-Freeborn <gavinfreeborn@gmail.com> Signed-off-by: Adam J Hall <46713492+H4LL@users.noreply.github.com>
Signed-off-by: Gavin Jaeger-Freeborn <gavinfreeborn@gmail.com> Signed-off-by: Adam J Hall <46713492+H4LL@users.noreply.github.com>
Signed-off-by: Gavin Jaeger-Freeborn <gavinfreeborn@gmail.com> Signed-off-by: Adam J Hall <46713492+H4LL@users.noreply.github.com>
Signed-off-by: Lucas ONeil <lucasoneil@gmail.com> Signed-off-by: Adam J Hall <46713492+H4LL@users.noreply.github.com>
Signed-off-by: Lucas ONeil <lucasoneil@gmail.com> Signed-off-by: Adam J Hall <46713492+H4LL@users.noreply.github.com>
Signed-off-by: Adam J Hall <46713492+H4LL@users.noreply.github.com>
…into arm_virtualisation
Hey, I managed to make a hash of the amendments so I created a freshie here: I hope it's what you were after! |
I made some updates to dockerfiles/ compose/ devcontainer files to specify amd64 as the platform. This was to ensure docker knew to virtualise hardware as as there is currently no implementation for ARM architecture. It's been working well for me so I thought I would share in case it helps someone else.
I have an issue open for this on #1365.