Re: [PATCH 0/5] linux-user changes to run docker

2021-05-30 Thread Takashi Yamamoto
On Thu, May 27, 2021 at 10:25 PM Alex Bennée wrote: > > > Takashi Yamamoto writes: > > > On Tue, May 25, 2021 at 8:22 AM Takashi Yamamoto > > wrote: > >> > >> On Tue, May 25, 2021 at 2:49 AM Alex Bennée wrote: > >> > > >> > > >> > YAMAMOTO Takashi writes: > >> > > >> > > These patches, along

Re: [PATCH 0/5] linux-user changes to run docker

2021-05-27 Thread Alex Bennée
Takashi Yamamoto writes: > On Tue, May 25, 2021 at 8:22 AM Takashi Yamamoto > wrote: >> >> On Tue, May 25, 2021 at 2:49 AM Alex Bennée wrote: >> > >> > >> > YAMAMOTO Takashi writes: >> > >> > > These patches, along with a few more hacks [1] I didn't include >> > > in this patchset, allowed

Re: [PATCH 0/5] linux-user changes to run docker

2021-05-26 Thread Takashi Yamamoto
On Tue, May 25, 2021 at 8:22 AM Takashi Yamamoto wrote: > > On Tue, May 25, 2021 at 2:49 AM Alex Bennée wrote: > > > > > > YAMAMOTO Takashi writes: > > > > > These patches, along with a few more hacks [1] I didn't include > > > in this patchset, allowed me to run arm64 and armv7 version of > > >

Re: [PATCH 0/5] linux-user changes to run docker

2021-05-24 Thread Takashi Yamamoto
On Tue, May 25, 2021 at 2:49 AM Alex Bennée wrote: > > > YAMAMOTO Takashi writes: > > > These patches, along with a few more hacks [1] I didn't include > > in this patchset, allowed me to run arm64 and armv7 version of > > dind image on amd64. > > > > [1] https://github.com/yamt/qemu/tree/linux-u

Re: [PATCH 0/5] linux-user changes to run docker

2021-05-24 Thread Alex Bennée
YAMAMOTO Takashi writes: > These patches, along with a few more hacks [1] I didn't include > in this patchset, allowed me to run arm64 and armv7 version of > dind image on amd64. > > [1] https://github.com/yamt/qemu/tree/linux-user-for-docker Might be worth posting those patches next time (even

[PATCH 0/5] linux-user changes to run docker

2021-05-23 Thread YAMAMOTO Takashi
These patches, along with a few more hacks [1] I didn't include in this patchset, allowed me to run arm64 and armv7 version of dind image on amd64. [1] https://github.com/yamt/qemu/tree/linux-user-for-docker You can find my test setup here: https://github.com/yamt/garbage/tree/master/binfmt-aarch