if containerd is starting docker, and it is interfering with standalone
docker operation, you may need to kill the running daemon and restart
it:

  % ps axf | grep docker | grep -v grep | awk '{print "kill -9 " $1}' | sh
  % systemctl stop docker
  % systemctl start docker
