Derek Smart

Results 12 comments of Derek Smart

Thanks for the reply, @rn. Based on your suggestion, I found the test case at commit [991eeba](https://github.com/linuxkit/linuxkit/blob/991eebaeab7a01176c7fd1ba7b3c50db67ba2ce7/test/cases/020_kernel/105_kmod_4.19.x/Dockerfile) and change the first two lines of the docker file to be: ```Dockerfile...

@justincormack I am building Kernel modules for Docker Desktop. I've been on the Edge release for a while now and have the same issues with 5.4.39. `depmod: can't open 'modules.builtin':...

Thanks for looking into this. It won't be an issue to wait for this fix. It's not urgent.

In the changelog for 1.7.0 I see this issue reference. I tried my call again, but now I get the following response: ``` { "message": "You have no push permission...

Do you have any suggestions for a work around? It works through the UI. See screenshots below. Is there a way to make multiple API calls or act like the...

It looks like `liquibse data install` needs to be run. Have you gone through all the steps in this document, especially step 3? https://github.com/liquibase/liquibase-data/blob/main/beta/session-1.md#step-3-download-liquibase-data-extension-and-add-to-your-system-path

This happens where there is not a pre-compiled ZFS module for your OS. What is your host OS? Also, are you running docker desktop? The short answer is that you...

@lovecodeyou No, docker desktop isn't required. It is the usual installation method that MacOS and Windows users will use and we precompile and support ZFS modules for it. The underlying...

What's the output from `docker run --rm -it --privileged --pid=host alpine:latest nsenter -t 1 -m -u -n -i awk '{ if ($1 == "kernel:") { inKernel = 1; next }...