sickcodes
sickcodes
I believe it's 100% possible. I unfortunately don't have an M1 to test on. I assume M1 should be dirt cheap soon, so I could assist. Yeah so the blackberry...
If you'd like, I would be totally open to `docker-osx:catalina-buster` if you want to PR them back as `Dockerfile.debian` :)
Good idea I just tried it and it's smooth as butter! Thank you for bringing this up!! Terminal 1: `wayfire` Terminal 2: ``` change DISPLAY to :1 -e "DISPLAY=:1" \...
these variables may help: ``` -e XDG_RUNTIME_DIR=/run/user/1000 -e XDG_SESSION_TYPE=wayland -e WAYLAND_DISPLAY=wayland-1 ``` or `-e WAYLAND_DISPLAY=wayland-1` for **testing purposes only**, can you set `/run/user/1000` to chmod 777, and then when you're...
`xhost +` Add yourself to Docker group Delete any snap Docker Get Docker from the official page for Ubuntu on Dockers website only Running `sudo dockerd` Then run Docker without...
> I happened across this, `xhost +` solved the issue with gtk initializing. Should we be passing in the auth token from `XAUTHORITY` (I have not had a chance to...
There is an option for KVM in virtualbox under processor but I am not sure if you can add kernel arguments?
Looks like Docker isn't set up right. ``` Got permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Get "http://%2Fvar%2Frun%2Fdocker.sock/v1.24/containers/json": dial unix /var/run/docker.sock: connect: permission denied...
Adding yourself to the Docker group should fix it.
> Using `-Syu` on pacman forces many packages to upgrade which can cause other problems in docker build. > > > > For example, `yara` upgrade bumps `libyara.so` to 9...