one last troubleshooting tip

This commit is contained in:
Edward Arthur Bingham 2023-06-05 12:33:49 -04:00
parent 8419241267
commit a23ba6ee8b

View File

@ -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