无法从docker容器访问Internet

时间:2017-11-18 05:10:52

标签: ubuntu docker rebar zotonic

我在尝试从docker容器(使用zotonic / zotonic-dev)运行zotonic时遇到此错误,似乎我无法从容器连接到Internet。我已经尝试在My docker container has no internet中使用解决方案,但似乎没有工作,或者我可能正在跳过某些东西?

我是使用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]

1 个答案:

答案 0 :(得分:-1)

虽然重新启动docker不起作用,但我在reinstalling docker using curl解决了它,就像@ isp-zax说的那样。