If you follow these instructions to get started with kubernetes, you add an apt source (deb http://apt.kubernetes.io/ kubernetes-xenial main) and are told to install the package 'docker-engine'. This package is provided by the kubernetes apt repository and Conflicts with the package that is provided by Ubuntu (docker.io).
What is the functional difference between the docker-engine package from the kubernetes repository and the docker.io package that is available in Ubuntu xenial?
I'm wondering because I cannot get the docker-engine package to properly start.