天天看点

docker 启动 postgres

  

如果创建时未指定 --restart=always ,可通过 update 命令

<code>docker update --restart=always some-postgres</code>