зеркало из https://github.com/docker/engine-api.git
'docker start' and 'docker restart': start or restart a container
This commit is contained in:
Родитель
b1593e3803
Коммит
c8aea4f74b
|
@ -89,6 +89,8 @@ func InteractiveMode(scripts ...string) error {
|
||||||
"kill",
|
"kill",
|
||||||
"wait",
|
"wait",
|
||||||
"stop",
|
"stop",
|
||||||
|
"start",
|
||||||
|
"restart",
|
||||||
"logs",
|
"logs",
|
||||||
"diff",
|
"diff",
|
||||||
"commit",
|
"commit",
|
||||||
|
|
Загрузка…
Ссылка в новой задаче