I do not know how to run it on an Android phone either. BTW, I have fixed my issue by updating dockerd to v20.10.6 following the suggestion in the redhat bug tracker.
Sent from https://boleyn.su/phone On Wed, May 12, 2021, 19:05 Alex fxmbsw7 Ratchev <fxmb...@gmail.com> wrote: > do you have instructions how to run the container > i have an a64 phone i wanted to try with termux ( and debian inside ) but > i dunno to spawn proot yet over the image, i think cause android fault > chroot is not enuff.. but ill try soon > > On Wed, May 12, 2021, 11:58 Boleyn Su <boleyn...@gmail.com> wrote: > >> I just found someone facing the same issuse >> https://bugzilla.redhat.com/show_bug.cgi?id=1900021 >> >> On Wed, May 12, 2021, 17:25 Boleyn Su <boleyn...@gmail.com> wrote: >> >> > I tested that it is the container image to blame by compiling the source >> > code from both the host and the container and checking that it only >> breaks >> > in the container. Maybe it is a libc bug or something. I will file a >> bug to >> > Fedora later. Would be great if anyone can test the image. Note that the >> > x86_64 image works as expected. >> > >> > >> > On Wed, May 12, 2021, 17:16 Andreas Kusalananda Kähäri < >> > andreas.kah...@abc.se> wrote: >> > >> >> On Wed, May 12, 2021 at 04:31:47PM +0800, Boleyn Su wrote: >> >> > Sorry, it is test -x instead of set -x. There are similar results for >> >> test >> >> > - r file, [ -r file] and so on. >> >> >> >> If "[ -r file]" is your code, then it fails because the "[" utility >> >> needs "]" as its last argument, and you are giving it "file]". Insert >> a >> >> space before that last "]". >> >> >> > That is just a typo. >> > >> >> If that is not the code you are using, then consider posting the code >> >> you are using. If you don't, we can only really say "it works for me". >> >> >> >> >> >> > >> >> > On Wed, May 12, 2021, 13:34 Boleyn Su <boleyn...@gmail.com> wrote: >> >> > >> >> > > Please refer to the subject. >> >> > > >> >> >> >> -- >> >> Andreas (Kusalananda) Kähäri >> >> SciLifeLab, NBIS, ICM >> >> Uppsala University, Sweden >> >> >> >> . >> >> >> > >> >