diff options
Diffstat (limited to 'recipes-containers/docker/README')
| -rw-r--r-- | recipes-containers/docker/README | 7 |
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 @@ | |||
| 1 | if containerd is starting docker, and it is interfering with standalone | ||
| 2 | docker operation, you may need to kill the running daemon and restart | ||
| 3 | it: | ||
| 4 | |||
| 5 | % ps axf | grep docker | grep -v grep | awk '{print "kill -9 " $1}' | sh | ||
| 6 | % systemctl stop docker | ||
| 7 | % systemctl start docker | ||
