出力を表示します。
ubuntu@iBug-Server:~$ uptime -s
2019-07-07 20:33:07
ubuntu@iBug-Server:~$ docker inspect -f '{{ .State.StartedAt }}' ibot
2019-07-07T12:30:37.871925503Z
ubuntu@iBug-Server:~$ docker restart ibot
ibot
ubuntu@iBug-Server:~$ docker inspect -f '{{ .State.StartedAt }}' ibot
2019-07-08T18:04:50.870117998Z
マイコンピュータのTZは次のように設定されているため、Asia/Shanghai
そのタイムゾーンはGMT + 8です。つまり20:33:07
、12:33:07Z
2分30秒です。後ろにコンテナはibot
Dockerに示すように起動されます。
どうやってこのようなことが起こったのかまだわかりません。当時の再起動は、rootユーザーが再起動(8)を実行したために発生しました。