Guy Sheffer

Results 785 comments of Guy Sheffer

Looks like there is an open issue on Docker https://github.com/moby/moby/issues/27886

Possible workaround: https://github.com/moby/moby/issues/27886#issuecomment-571940507 Need to reproduce to try and fix it

@mikevanis I have moved to use a raspberrypi running docker. It has the 64bit kernel set. And you can see a photo of it here: https://twitter.com/GuySoft/status/1188735297758138375 Has a HDD for...

Cool, I guess in the future you would also use https://github.com/guysoft/UbuntuDockerPi , which ships with docker + docker-compose :) If you could point out what was different from your last...

@Fulg quite possible. I was considering to build a distro, that builds other distros. It could ship with Jenkins and have CI/CD nightly builds, you just give it a github...

@amrsoll This is not related to this issue, you are not running with ``root`` permissions and you are getting a permission error. Run ``sudo mytest/src/build_dist`` The reason I am moving...

Hey, So possible workaround. One that didn't work: I tested running ls from the host and container (wrote a flask server to run ls and then pulled that from the...

@mmmspatz that's what should happen, but there is a bug that it doesn't always update correctly in the container. With your commit I suspect that performing a bind mount to...

@mikevanis Indeed the github actions builds I have here don't get that error neither. I don't know why. Also Naturewatch is cool! I recently released and also going to blog...

Just updating that this is still an issue. The workaround that I use ATM is to docker stop/docker start the container.