From e7d2141648251b92864751a0400dee551a4b74a0 Mon Sep 17 00:00:00 2001 From: "John L. Jolly" Date: Fri, 18 Jan 2019 12:25:18 +0100 Subject: [PATCH] Docs: Remove invalid option from suse guides The OpenSUSE and SLES install guide for Docker used the --containerd option. When this option is used on OpenSUSE Leap 15 or SLES 15, the following error occurs when starting Docker: Failed to connect to containerd: failed to dial "/run/containerd/containerd.sock": context deadline exceeded Removing the --containerd option from the configuration file allows the Docker daemon to start successfully and a Kata container to be created. Fixes: #350 Signed-off-by: John L. Jolly --- install/docker/opensuse-docker-install.md | 2 +- install/docker/sles-docker-install.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/install/docker/opensuse-docker-install.md b/install/docker/opensuse-docker-install.md index 7425c9c2c..385c0a653 100644 --- a/install/docker/opensuse-docker-install.md +++ b/install/docker/opensuse-docker-install.md @@ -26,7 +26,7 @@ $ cat <