From 5d54dcc6fca8b6d4a9d9c2c9dad90b6e09b06a3b Mon Sep 17 00:00:00 2001 From: Sotiris Salloumis Date: Wed, 18 Oct 2017 15:12:42 +0200 Subject: [PATCH 1/2] Update README.md --- projects/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/README.md b/projects/README.md index c80587b73..111bf56b4 100644 --- a/projects/README.md +++ b/projects/README.md @@ -26,6 +26,7 @@ If you want to create a project, please submit a pull request to create a new di namespaces - [Memorizer](memorizer/) is a tool to trace intra-kernel memory operations. + [Kubernetes](kubernetes/) demonstrate how one can create minimal and immutable Kubernetes OS images with LinuxKit. ## Current projects not yet documented - VMWare support (VMWare) From f7677e71788f0be5eb67bfa4b3e98908b451486e Mon Sep 17 00:00:00 2001 From: Sotiris Salloumis Date: Wed, 18 Oct 2017 15:13:44 +0200 Subject: [PATCH 2/2] Update README.md Addition of a link to the Kubernetes project Signed-off-by: Sotiris Salloumis --- projects/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/README.md b/projects/README.md index 111bf56b4..ec997e821 100644 --- a/projects/README.md +++ b/projects/README.md @@ -25,8 +25,8 @@ If you want to create a project, please submit a pull request to create a new di - [shiftfs](shiftfs/) is a filesystem for mapping mountpoints across user namespaces - [Memorizer](memorizer/) is a tool to trace intra-kernel - memory operations. - [Kubernetes](kubernetes/) demonstrate how one can create minimal and immutable Kubernetes OS images with LinuxKit. + memory operations. +- [Kubernetes](kubernetes/) demonstrate how one can create minimal and immutable Kubernetes OS images with LinuxKit. ## Current projects not yet documented - VMWare support (VMWare)