docker : the container IS a lie !

heres the proof

centos container is a lie

$ docker run -it centos /bin/bash
$ uname -a
Linux PHOTON

ubuntu container is a lie

$ docker run -it ubuntu /bin/bash
$ uname -a
Linux PHOTON