-1

我在尝试从 docker 容器(使用 zotonic/zotonic-dev)运行 zotonic 时遇到此错误,看来我无法从容器连接到互联网。我尝试在我的 docker 容器中使用解决方案,但没有互联网,但似乎没有任何工作,或者我正在跳过某些内容?

我开始使用docker-compose run --service-ports zotonic sh

Building Zotonic for the first time.
EXOMETER_PACKAGES="-afunix -netlink -exo +setup" && ./rebar -C rebar.config.lock get-deps
WARN:  Missing plugins: [rebar_lock_deps_plugin]
==> zotonic (get-deps)
Pulling goldrush from {git,"git://github.com/DeadZen/goldrush.git",
                           "71e63212f12c25827e0c1b4198d37d5d018a7fec"}
Cloning into 'goldrush'...
fatal: Unable to look up github.com (port 9418) (Try again)
ERROR: sh(git clone -n git://github.com/DeadZen/goldrush.git goldrush)
failed with return code 128 and the following output:
Cloning into 'goldrush'...
fatal: Unable to look up github.com (port 9418) (Try again)

ERROR: 'get-deps' failed while processing /opt/zotonic: rebar_abort
make: *** [GNUmakefile:40: get-deps] Error 1
Erlang/OTP 20 [erts-9.0] [source] [64-bit] [smp:8:8] [ds:8:8:10] [async-threads:10] [kernel-poll:true]
4

1 回答 1

-1

虽然重新启动 docker 不起作用,但我通过使用 curl 重新安装docker 来解决它,就像 @isp-zax 说的那样。

于 2017-11-21T03:39:35.997 回答