Justin Cormack

Results 50 issues of Justin Cormack

Should we define a spec change process like the Python PEPs https://www.python.org/dev/peps/? I am wondering how we will version the spec or test conformity. Checking by which enhancements are implemented...

Having a status image for whether master is passing (on different platforms) would be nice, like the circle/travis ones, so you dont have to go to the CI to see...

kind/enhancement
area/ci

As I mentioned on the opencontainer list I am interested in supporting unikernels in VMs with opencontainers. There is a big overlap with runv here, so I am wondering whether...

topic:unikernel

I installed on OSX with `brew install lua` but I cannot upload as it says `Error: A JSON library is required for this command.` Any idea which json library it...

We have had various complaints in Docker eg see https://github.com/docker/docker/issues/27067 that you cannot set the `domainname`, just the `hostname`. As `runc` has no way to set the domain name, we...

currently `runc run` has a command line option `--no-new-keyring` which disables the creation of an isolated kernel keyring for the process. This is kind of weird - I think this...

As discussed in https://github.com/linuxkit/linuxkit/pull/2363 rather than defaulting to `root=/dev/sr0` or having the user specify the boot medium, it ought to be possible at least for EFI to detect the boot...

kind/enhancement

Either grsecurity or apparmor I guess, not selinux.

kind/security

We want centralized logs for all platforms. How to do that, what protocols to use, how to configure for each platform.

area/logging

We need to decide how/where to log the system container output. See https://github.com/docker/editions/issues/553 as well.

area/logging
priority/P1