有一个不知道怎么启动的容器, 由于某些原因会被停掉, 但又不会自动重启, 因为没有设置 restart policy: always.

使用 docker update 更新已有容器的配置

docker update --restart always <container-id>