Docker命令-restart 发表于 2022-03-14 分类于 command 命令docker restart 描述Restart one or more containers重启容器 用法1docker restart [OPTIONS] CONTAINER [CONTAINER...] 选项12Options: --time , -t Seconds to wait for stop before killing the container,default is 10 注意无 示例1$ docker restart my_container