From 998a6343663ddf9bc602045a79f7193b8e2e6770 Mon Sep 17 00:00:00 2001 From: Gabriela Cervantes Date: Tue, 11 Aug 2020 10:58:53 -0500 Subject: [PATCH] docs: Remove installation of proxy This PR removes the installation of proxy in the Developer Guide as it does not exist on kata 2.0 Fixes #502 Signed-off-by: Gabriela Cervantes --- docs/Developer-Guide.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/docs/Developer-Guide.md b/docs/Developer-Guide.md index 311f6cc964..c7f8878400 100644 --- a/docs/Developer-Guide.md +++ b/docs/Developer-Guide.md @@ -13,7 +13,6 @@ * [journald rate limiting](#journald-rate-limiting) * [`systemd-journald` suppressing messages](#systemd-journald-suppressing-messages) * [Disabling `systemd-journald` rate limiting](#disabling-systemd-journald-rate-limiting) -* [Build and install Kata proxy](#build-and-install-kata-proxy) * [Build and install Kata shim](#build-and-install-kata-shim) * [Create and install rootfs and initrd image](#create-and-install-rootfs-and-initrd-image) * [Build a custom Kata agent - OPTIONAL](#build-a-custom-kata-agent---optional) @@ -243,13 +242,6 @@ Restart `systemd-journald` for the changes to take effect: $ sudo systemctl restart systemd-journald ``` -# Build and install Kata proxy - -``` -$ go get -d -u github.com/kata-containers/proxy -$ cd $GOPATH/src/github.com/kata-containers/proxy && make && sudo make install -``` - # Build and install Kata shim ```