From a23ba6ee8b1705837f3e3f7ad55dbf9b70ab5ba7 Mon Sep 17 00:00:00 2001 From: Ned Bingham Date: Mon, 5 Jun 2023 12:33:49 -0400 Subject: [PATCH] one last troubleshooting tip --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index d3fa297..bd3c7bc 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,11 @@ bcli down ## Troubleshooting +There are multiple versions of docker, the one that seems to work best for this is `docker.io`. `docker-ce` seems to have trouble writing files in the container. +``` +sudo apt install docker.io +``` + If graphical tools (such as magic and gaw) fail to launch, you may need to install ```xhost``` on your local machine, and grant docker permission to access your X server. ``` xhost +local:docker