1
0
mirror of https://github.com/rancher/os.git synced 2025-08-01 23:17:50 +00:00

Add rancherctl to console

This commit is contained in:
Darren Shepherd 2015-02-17 14:35:07 -07:00
parent d3b42ca16c
commit 5ca7f4504d

View File

@ -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 " +