windowsのdockerの時間がずれてた話 docker
<p>windowsのdockerの時間がずれてた話
docker-compose buildで再構築しようとしたら以下のエラー(--no-cacheオプションありで)
# docker-compose build --no-cache
E: Release file for http://deb.debian.org/debian/dists/buster-updates/InRelease is not valid yet (invalid for another 8h 59min 38s). Updates for this repository will not be applied.
ERROR: Service 'hoge' failed to build: The command '/bin/sh -c apt-get update' returned a non-zero code: 100
はて、なぜだ?とdateコマンドで見ると時間がずれてる。
いろいろ調べた結果、windowsスリープ状態になるとずれる場合があるとか。
解決策はwindowsのdockerを restartするとよいとのことなので
docker desktopで restartを実行。
すると時間が同じなってて解決した。
他にもいろいろためしたので確信はないけど、今回はwindows docker desktop restart で時間のずれは解決しましたよっと</p><p> </p><p> </p>