aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-containers/docker/README
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-containers/docker/README')
-rw-r--r--recipes-containers/docker/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/recipes-containers/docker/README b/recipes-containers/docker/README
new file mode 100644
index 00000000..565e3501
--- /dev/null
+++ b/recipes-containers/docker/README
@@ -0,0 +1,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