I've been using libnss-docker for just a few weeks and had a surprise failure today.
Running strace getent hosts NAME.docker revealed that the response for one of my containers was larger than the 10240 byte buffer. Further inspection found the ip address appears beyond the 10240 byte boundary.
Server:
Engine:
Version: 19.03.2
API version: 1.40 (minimum version 1.12)
Go version: go1.12.9
Git commit: 6a30dfca03
Built: Wed Sep 11 22:45:55 2019
OS/Arch: linux/amd64
Experimental: false
I've been using libnss-docker for just a few weeks and had a surprise failure today.
Running
strace getent hosts NAME.dockerrevealed that the response for one of my containers was larger than the 10240 byte buffer. Further inspection found the ip address appears beyond the 10240 byte boundary.