Justin Cormack
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...
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...
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...
We want centralized logs for all platforms. How to do that, what protocols to use, how to configure for each platform.
We need to decide how/where to log the system container output. See https://github.com/docker/editions/issues/553 as well.