'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
Родитель b1593e3803
Коммит c8aea4f74b
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

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