From 5ca7f4504d9a0dd1a4701e311e2a1dd89931c4c3 Mon Sep 17 00:00:00 2001 From: Darren Shepherd Date: Tue, 17 Feb 2015 14:35:07 -0700 Subject: [PATCH] Add rancherctl to console --- config/default.go | 1 + 1 file changed, 1 insertion(+) diff --git a/config/default.go b/config/default.go index 69888a48..348b65b5 100644 --- a/config/default.go +++ b/config/default.go @@ -62,6 +62,7 @@ func NewConfig() *Config { "-v=/init:/sbin/poweroff:ro " + "-v=/init:/sbin/reboot:ro " + "-v=/init:/sbin/halt:ro " + + "-v=/init:/usr/bin/rancherctl:ro " + "--volumes-from=system-state " + "--net=host " + "--pid=host " +