This is not how it works for me, can you please do a totally explict test including your docker run and its /etc/lsb
root@382cc7045cef:/etc# more lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=14.04
DISTRIB_CODENAME=trusty
DISTRIB_DESCRIPTION="Ubuntu 14.04.1 LTS"
root@382cc7045cef:/etc# exit
[root@t440s docker]# more /etc/
Display all 258 possibilities? (y or n)
[root@t440s docker]# more /etc/redhat-release
Fedora release 20 (Heisenbug)
[root@t440s docker]# ls /etc/lsb*
ls: cannot access /etc/lsb*: No such file or directory
Ok sorry for this, install documents clearly state that kernel 3.14 or newer should be used. Debian 7.7 by default is on 3.2. Installed new kernel and it’s working now.
Though a runtime warning of some kind would’ve been very helpful.