Re: [kata-dev] kata-dev Digest, Vol 2, Issue 4
Hi, Thanks for the great work, I tried the instructions and it seems there's a step missing here: https://github.com/kata-containers/documentation/wiki/Developer-Guide#update... The kata-containers.conf was not pulled in before the sed command, the instructions up to that point worked, I now updated my `/etc/docker/daemon.json` file to include the new runtime as below: { "runtimes": { "kata-runtime": { "path": "kata-runtime=/usr/local/bin/kata-runtime" } } } and then I get this: % sudo docker run -ti --runtime kata-runtime busybox sh docker: Error response from daemon: shim error: fork/exec kata-runtime=/usr/local/bin/kata-runtime: no such file or directory. I can confirm the runtime exists: % ls -l /usr/local/bin/kata-runtime lrwxrwxrwx 1 root root 30 Jan 29 14:28 /usr/local/bin/kata-runtime -> /usr/local/bin/kata-runtime-cc* I can also confirm it is in my PATH: % sudo which kata-runtime /usr/local/bin/kata-runtime Let me know further steps I need to take to troubleshoot. Looking forward to playing with this. Thanks! Abejide Ayodele It always seems impossible until it's done. --Nelson Mandela On Mon, Jan 29, 2018 at 6:00 AM, <kata-dev-request@lists.katacontainers.io> wrote:
Send kata-dev mailing list submissions to kata-dev@lists.katacontainers.io
To subscribe or unsubscribe via the World Wide Web, visit http://lists.katacontainers.io/cgi-bin/mailman/listinfo/kata-dev or, via email, send a message with subject or body 'help' to kata-dev-request@lists.katacontainers.io
You can reach the person managing the list at kata-dev-owner@lists.katacontainers.io
When replying, please edit your Subject line so it is more specific than "Re: Contents of kata-dev digest..."
Today's Topics:
1. Re: Kata Containers: Try it out! (Surya.Prabhakar@dell.com)
----------------------------------------------------------------------
Message: 1 Date: Mon, 29 Jan 2018 11:46:14 +0000 From: <Surya.Prabhakar@dell.com> To: <sameo@linux.intel.com>, <kata-dev@lists.katacontainers.io> Subject: Re: [kata-dev] Kata Containers: Try it out! Message-ID: <ee01052905ae48a0a295165ba0311c38@SNNX13MDC103.EMEA.DELL.COM> Content-Type: text/plain; charset="utf-8"
Dell - Internal Use - Confidential
Great News!!! Waiting for it. Let me try it inside Dell. Will update the mailing list on how it is going :)
Thanks. -- Surya Naredla Senior Principal Software Engineer Dell EMC | CPSD Surya.Prabhakar@dell.com Dell Innovation House, Cherrywood Science & Technology Park, Cabinteely, Dublin 18, Ireland
-----Original Message----- From: Samuel Ortiz [mailto:sameo@linux.intel.com] Sent: 26 January 2018 20:46 To: kata-dev@lists.katacontainers.io Subject: [kata-dev] Kata Containers: Try it out!
Hi All,
As of yesterday, we can run our first Docker containers with Kata! Congratulations to the all the early contributors, this is a great first milestone.
If you'd like to try it out and hopefully contribute, here is the developer guide:
https://github.com/kata-containers/documentation/wiki/Developer-Guide
As the document explains, you can now build Kata Containers with either of the two runtimes [1].
The usual warning apply - this is early code. So if you do happen to find any interesting bugs or problems, please raise an issue here:
https://github.com/kata-containers/kata-containers/issues/new
Finally, you may have noticed that we have quite a few repositories. To help you understand what they are all for, please see the new "Table of Contents" document here:
https://github.com/kata-containers/kata-containers/blob/master/README.md
We hope to hear from your feedback soon.
Cheers, Samuel.
[1] https://github.com/kata-containers/runtime
_______________________________________________ kata-dev mailing list kata-dev@lists.katacontainers.io http://lists.katacontainers.io/cgi-bin/mailman/listinfo/kata-dev
------------------------------
Subject: Digest Footer
_______________________________________________ kata-dev mailing list kata-dev@lists.katacontainers.io http://lists.katacontainers.io/cgi-bin/mailman/listinfo/kata-dev
------------------------------
End of kata-dev Digest, Vol 2, Issue 4 **************************************
Change /etc/docker/daemon.json to the following work for me: { "runtimes": { "kata-runtime": { "path": "/usr/local/bin/kata-runtime" } } }
On Jan 29, 2018, at 11:03 PM, Àbéjídé Àyodélé <abejideayodele@gmail.com> wrote:
"path": "kata-runtime=/usr/local/bin/kata-runtime"
participants (2)
-
Yingjun Li
-
Àbéjídé Àyodélé