From a16c56f7be11172ce0d3481bfac2bbaa687c5aa4 Mon Sep 17 00:00:00 2001 From: niusmallnan Date: Thu, 8 Mar 2018 10:23:12 +0800 Subject: [PATCH] Get rid of the system-docker-proxy --- scripts/layout-initrd | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/layout-initrd b/scripts/layout-initrd index 4edc8da0..add004f8 100755 --- a/scripts/layout-initrd +++ b/scripts/layout-initrd @@ -17,6 +17,8 @@ ln -s ../../../../usr/bin/ros ${INITRD_DIR}/usr/var/lib/cni/bin/bridge ln -s ../../../../usr/bin/ros ${INITRD_DIR}/usr/var/lib/cni/bin/host-local curl -SL ${!SYSTEM_DOCKER_URL} | tar --strip-components=1 -xzvf - -C ${INITRD_DIR}/usr/bin/ +# we have diabled the user-proxy so we get rid of system-docker-proxy +rm -f ${INITRD_DIR}/usr/bin/system-docker-proxy cat < ${INITRD_DIR}/usr/share/ros/os-release NAME="RancherOS"