When Docker Desktop installed on Windows and WSL 2 activated and then the compute hibernate.
the date inside the docker will not up to date with the host. this issue will cause error in debian container (for exampe: doing apt update
)
to solve the error, update the clock with
wsl -d docker-desktop hwclock -s
in CMD.