Saya tidak dapat menjalankan perintah apa pun yang membutuhkan koneksi internet di dalam wadah Docker.
Bekerja:
docker run ubuntu /bin/echo 'Hello world'
Tidak bekerja:
docker run ubuntu apt-get update
Err:1 http://archive.ubuntu.com/ubuntu xenial InRelease
Temporary failure resolving 'archive.ubuntu.com'
Err:2 http://archive.ubuntu.com/ubuntu xenial-updates InRelease
Temporary failure resolving 'archive.ubuntu.com'
Err:3 http://archive.ubuntu.com/ubuntu xenial-security InRelease
Temporary failure resolving 'archive.ubuntu.com'
Reading package lists...
W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/xenial/InRelease Temporary failure resolving 'archive.ubuntu.com'
W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/xenial-updates/InRelease Temporary failure resolving 'archive.ubuntu.com'
W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/xenial-security/InRelease Temporary failure resolving 'archive.ubuntu.com'
Mirip dengan pip
dan ping
.
Saya di Ubuntu 16.04 dan tidak menggunakan firewall atau server proxy perusahaan dan telah mencoba untuk me-restart Docker.
Pembaruan:
Pembaruan dalam mode interaktif gagal dengan cara yang sama.
docker exec -ti angry_goodall /bin/bash
apt-get update
#fails
ping google.com
#fails with "unknown host" message
ping 8.8.8.8
# shows PING 8.8.8.8 (8.8.8.8): 56 data bytes
# and than hangs indefinetly
sudo apt-get update
berjalan dengan sukses di host, yaitu di komputer saya di luar buruh pelabuhan.
Upd Docker versi 1.12.1, bangun 23cf638
apt-get update
dalam mode interaktif dengan buruh pelabuhan?