aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-containers/docker/README
blob: 565e35016092c5e8b56c5e51abf2abdd114ff40e (plain)
1
2
3
4
5
6
7
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