1
0
mirror of https://github.com/rancher/os.git synced 2025-09-01 06:40:31 +00:00

Make it easier to switch between Docker engines

This commit is contained in:
Josh Curl
2016-08-15 15:06:26 -07:00
parent 64711f9e66
commit 80c72d0761
23 changed files with 339 additions and 70 deletions

View File

@@ -33,7 +33,7 @@ func Main() {
},
{
Name: "console",
Usage: "console container commands",
Usage: "manage which console container is used",
HideHelp: true,
Subcommands: consoleSubcommands(),
},
@@ -45,6 +45,12 @@ func Main() {
SkipFlagParsing: true,
Action: devAction,
},
{
Name: "engine",
Usage: "manage which Docker engine is used",
HideHelp: true,
Subcommands: engineSubcommands(),
},
{
Name: "entrypoint",
HideHelp: true,