2015-06-21 16:41:38 -04:00
|
|
|
<!--[metadata]>
|
|
|
|
+++
|
|
|
|
title = "restart"
|
|
|
|
description = "The restart command description and usage"
|
|
|
|
keywords = ["restart, container, Docker"]
|
|
|
|
[menu.main]
|
|
|
|
parent = "smn_cli"
|
|
|
|
+++
|
|
|
|
<![end-metadata]-->
|
|
|
|
|
|
|
|
# restart
|
|
|
|
|
|
|
|
Usage: docker restart [OPTIONS] CONTAINER [CONTAINER...]
|
|
|
|
|
2015-09-09 06:27:41 -04:00
|
|
|
Restart a container
|
2015-06-21 16:41:38 -04:00
|
|
|
|
2015-12-23 09:37:06 -05:00
|
|
|
--help Print usage
|
2015-06-21 16:41:38 -04:00
|
|
|
-t, --time=10 Seconds to wait for stop before killing the container
|