'docker start' and 'docker restart': start or restart a container

This commit is contained in:
Solomon Hykes 2013-02-14 13:49:05 -08:00
parent f5594142a8
commit 29aab0e4bf
1 changed files with 2 additions and 0 deletions

View File

@ -89,6 +89,8 @@ func InteractiveMode(scripts ...string) error {
"kill", "kill",
"wait", "wait",
"stop", "stop",
"start",
"restart",
"logs", "logs",
"diff", "diff",
"commit", "commit",