I previously used docker version 17.05.
In this version, I could run container with docker run and pause it with docker-runc pause.
After upgrading to 18.09, docker-runc is changed to just runc and runc list shows nothing though there are sill running containers.
Is there any changes in the relation between containerd(or Docker) and runc?