ubuntu docker执行镜像出现时间过期问题
执行docker-compose up -d nginx redis mysql
报错:Service 'mysql' failed to build: Get "https://registry-1.docker.io/v2/": x509: certificate has expired or is not yet valid: current time 2022-10-18T21:55:57+08:00 is before 2023-02-22T00:00:00Z
在window命令行中执行
wsl --shutdown /h 关闭wsl
wsl -d Ubuntu-18.04 重启wsl
date 查看时间