Changes between Version 198 and Version 199 of SystemAdministration


Ignore:
Timestamp:
08/03/17 10:36:57 (7 years ago)
Author:
Willem Elbers
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SystemAdministration

    v198 v199  
    112112|| [./Hosts/alpha-vlo-clarin.esc.rzg.mpg.de alpha-vlo-clarin].esc.rzg.mpg.de || Scientific Linux\\7.3 || PENDING || 20-4-2017 || PENDING || Kernel update scheduled for 2.5.2017 check with RZG if reboot is possible ||
    113113|| [./Hosts/ems04.mpi.nl ems04].mpi.nl || Ubuntu\\12.04.5 LTS || SKIPPED || SKIPPED || SKIPPED || Planned to be decommissioned asap ||
     114
     115# Known issues #
     116
     117## Docker ##
     118
     119### dial tcp: lookup index.docker.io: no such host ###
     120
     121#### Error ####
     122{{{
     123dial tcp: lookup index.docker.io: no such host
     124}}}
     125
     126#### Symptoms ####
     127While using Docker a user is unable to perform tasks such as pull new image or search for new images while the following error message appears:
     128{{{
     129# docker pull debian:8
     130Pulling repository debian
     131FATA[0053] Get https://index.docker.io/v1/repositories/library/debian/images: dial tcp: lookup index.docker.io: no such hos
     132}}}
     133
     134#### References ####
     135 * https://linuxconfig.org/docker-dial-tcp-lookup-index-docker-io-no-such-host-fix
     136 * https://robinwinslow.uk/2016/06/23/fix-docker-networking-dns/
     137 * https://stackoverflow.com/questions/29266560/docker-container-can-reach-dns-but-not-resolve-hosts
     138 * https://github.com/moby/moby/issues/13381