1
0
mirror of https://github.com/rancher/os.git synced 2025-09-01 23:04:41 +00:00

Move more commands to subcommands of ros

This commit is contained in:
Josh Curl
2016-10-20 11:58:34 -07:00
parent b767e5e1a7
commit 21fb3ebfa9
10 changed files with 78 additions and 59 deletions

View File

@@ -16,10 +16,6 @@ import (
"github.com/rancher/os/util/network"
)
const (
dockerDone = "/run/docker-done"
)
func engineSubcommands() []cli.Command {
return []cli.Command{
{