- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在尝试使用Docker设置AzerothCore。我按照这里的说明进行操作:http://www.azerothcore.org/wiki/Install-with-Docker,并使用以下命令克隆了git存储库:
git clone https://github.com/azerothcore/azerothcore-wotlk.git
dbc
,
maps
,
mmaps
和
vmaps
文件夹移到
~/azerothcore-wotlk/
目录中。
./bin/acore-docker-generate-etc
脚本。
./bin/acore-docker-build
脚本时,出现以下错误:
Reading package lists...
E: Release file for http://security.ubuntu.com/ubuntu/dists/bionic-security/InRelease is not valid yet (invalid for another 1h 11min 29s). Updates for this repository will not be applied.
E: Release file for http://archive.ubuntu.com/ubuntu/dists/bionic-updates/InRelease is not valid yet (invalid for another 1h 12min 24s). Updates for this repository will not be applied.
E: Release file for http://archive.ubuntu.com/ubuntu/dists/bionic-backports/InRelease is not valid yet (invalid for another 1h 13min 44s). Updates for this repository will not be applied.
The command '/bin/sh -c apt update && apt install -y git cmake make gcc g++ clang libmysqlclient-dev libssl-dev libbz2-dev libreadline-dev libncurses-dev libace-6.* libace-dev' returned a non-zero code: 100
Unable to find image 'acbuild:latest' locally
docker: Error response from daemon: pull access denied for acbuild, repository does not exist or may require 'docker login'.
See 'docker run --help'.
最佳答案
指示无法找到acbuild:latest
的错误实际上只是构建该图像的先前错误的结果。 acore-docker-build
的想法是构建docker镜像acbuild:latest
,以便以后可以运行。该脚本不会验证镜像的生成是否成功,然后仍然尝试运行它。
您的实际错误在于所有这些行:E: Release file for http://archive.ubuntu.com/ubuntu/dists/bionic-backports/InRelease is not valid yet (invalid for another 1h 13min 44s). Updates for this repository will not be applied.
这似乎是一个时区/时间设置问题,您可以在以下问题(第二个专门与docker相关的问题)中找到许多解决此问题的建议:
关于docker - AZEROTHCORE-./bin/acore-docker-build脚本在本地返回 "unable to find image ' acbuild:latest',我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/60910836/
我的 Lollipop (5.0.2) Android 出现问题。 基本上每 1-2 秒就会弹出一条消息,说“android.process.acore 已停止工作”并阻止我正常使用手机。 当我尝试将
这个问题不太可能帮助任何 future 的访问者;它只与一个小的地理区域、一个特定的时间点或一个非常狭窄的情况有关,这些情况并不普遍适用于互联网的全局受众。为了帮助使这个问题更广泛地适用,visit
我们正在为设备 Imx-6X-solo 板移植整个 android 开源。开发和重新设计所有应用程序。每件事都正确完成,设备现在准备就绪。但问题是我在卸载应用程序期间收到“不幸的是,进程“androi
我尝试运行 Hello World 应用程序,模拟器在闪烁 Android 开始屏幕后卡住。主页未显示。控制台最后显示的是 Waiting for HOME ('android.process.aco
我在 Windows Vista 上使用 SDK。每次我启动模拟器时,它都会卡在 android 动画上。在 log cat 上,它显示 Waiting for HOME ('android.proc
当我尝试使用 Eclipse 运行 Hello World 应用程序时,控制台显示“正在等待 HOME ('android.process.acore') 启动...”,但即使我等了半小时,也没有任何
我正在尝试使用Docker设置AzerothCore。我按照这里的说明进行操作:http://www.azerothcore.org/wiki/Install-with-Docker,并使用以下命令克
我是一名优秀的程序员,十分优秀!