Anthony Accioly
Anthony Accioly
Sane exact error but on a QNAP: [s6-init] making user provided files available at /var/run/s6/etc...exited 0. [s6-init] ensuring user provided files have correct perms...exited 0. [fix-attrs.d] applying ownership & permissions...
So, changing the build file to download an older version of chromium gets around the issue: # Installs latest Chromium package. RUN echo @v3.10 http://nl.alpinelinux.org/alpine/v3.10/community > /etc/apk/repositories \ && echo...
Continuing the conversation here. I still think that we can make do with `EXPOSE` + `-p 8080:8080`. The difficult bit is that it may be necessary to rewrite a small...
@gilesknap, all that you did looks fine. I'll try myself once I'm able to use my laptop. Out of curiosity. Did you add an `EXPOSE` directive at the end of...
@gilesknap, thanks for chasing after this. > Connection closed by foreign host. This may still mean that `wsgiref.simple_server` is rejecting the host requests for some reason. Any chance that you...
Brilliant stuff @gilesknap. I'm glad to be of service and to do my tiny bit for this great app.
@gilesknap, no rush. It's working for me (although I'm on openSUSE where the `--net=host` also works :)).
It has been a while, but I guess that since the images are accessible anyway there's no problem. @gilesknap, if you don't want to wait but don't want to point...
@JW0914, yes, before restarting my PC.
@manojampalam , thanks for the in-deep explanation. Is this valid for every key that I add or only `id_rsa`? Is it supposed to respect `ssh-add -t` or `-c` if I...