Why $(uname -a) returns the same Linux kernel than the host machine inside a docker container?
$(uname -a)
uname -a #=> Linux leo 3.13.0-55-generic #94-U
cat /etc/os-release
cat /etc/issue
See https://serverfault.com/a/805390/161568.