David Scott
David Scott
Thanks for the analysis! I'd prefer not to modify the vendored code here, although if someone made a PR upstream and it was merged, I'd be happy to vendor the...
Thanks for the PR! I've enabled the CI, although it might not test the change. I'll investigate.
A progress update: when I enabled this locally I wasn't able to get `dockerd` + `containerd` to start in a container. It might be a problem in my setup. I'll...
@the-maldridge interesting! I'll take a look at the example on master when I get a moment. It would be good to fix it and make sure the end-to-end tests are...
Could you `gofmt -w -s`? I get ``` dave@m1 pkg % linuxkit pkg build -org dockerpinata -disable-content-trust init Building "dockerpinata/init:7b3f8a1a279e2e861786f97444af231afddefa0b" Error response from daemon: manifest for dockerpinata/init:7b3f8a1a279e2e861786f97444af231afddefa0b not found: manifest...
I've been playing with this image inside Docker Desktop. The permissions are still not what I would expect :( I added some debug: ```golang diff --git a/pkg/init/cmd/rc.init/main.go b/pkg/init/cmd/rc.init/main.go index caba3a666..bcae5e248...
Hm if I comment out the [doHotplug](https://github.com/linuxkit/linuxkit/blob/master/pkg/init/cmd/rc.init/main.go#L250) function then it works: ``` % docker run -it --privileged --pid=host justincormack/nsenter1 / # ls -l /dev/tty crw-rw-rw- 1 root root 5, 0...
The permissions seem to change after running `mdev -s`. According to https://git.busybox.net/busybox/tree/docs/mdev.txt?h=1_18_stable > Mdev has an optional config file for controlling ownership/permissions of device nodes if your system needs something...
@barajus sorry for the delay. Could you add a "Signed-off-by: " line to your commit to make the failing DCO action happy? Thanks!