We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
使用Docker的形式运行,安装的时候控制台报如下错误: Handler crashed with error register db Ping default, open /usr/local/go/lib/time/zoneinfo.zip: no such file or directory
default
已找到解决方法: 需提供zoneinfo.zip并在Dockerfile添加 COPY ./zoneinfo.zip /usr/local/go/lib/time/zoneinfo.zip
参考: http://blog.swiftflamel.com/2018/03/09/golang%E7%94%9F%E4%BA%A7%E7%8E%AF%E5%A2%83%E4%B8%ADtime%E5%8C%85%E7%9A%84zonefile-zip%E9%97%AE%E9%A2%98/
The text was updated successfully, but these errors were encountered:
No branches or pull requests
使用Docker的形式运行,安装的时候控制台报如下错误:
Handler crashed with error register db Ping
default
, open /usr/local/go/lib/time/zoneinfo.zip: no such file or directory已找到解决方法:
需提供zoneinfo.zip并在Dockerfile添加 COPY ./zoneinfo.zip /usr/local/go/lib/time/zoneinfo.zip
参考:
http://blog.swiftflamel.com/2018/03/09/golang%E7%94%9F%E4%BA%A7%E7%8E%AF%E5%A2%83%E4%B8%ADtime%E5%8C%85%E7%9A%84zonefile-zip%E9%97%AE%E9%A2%98/
The text was updated successfully, but these errors were encountered: