1
0
mirror of https://github.com/docker/cli.git synced 2026-01-16 20:22:36 +03:00

'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

View File

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