From d72f10a8add670f1477474934b9c371b2c67bbb1 Mon Sep 17 00:00:00 2001 From: Tomasz Borychowski Date: Fri, 18 Dec 2020 15:52:05 +0000 Subject: [PATCH] . --- docker/troubleshooting.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docker/troubleshooting.md b/docker/troubleshooting.md index 6628090..797d276 100644 --- a/docker/troubleshooting.md +++ b/docker/troubleshooting.md @@ -46,3 +46,9 @@ OCI runtime create failed: container_linux.go:349: starting container process ca ```sh sudo reboot ``` + + +### INTERNAL ERROR: cannot create temporary directory +from: [stackoverflow](https://stackoverflow.com/questions/40755494/docker-compose-internal-error-cannot-create-temporary-directory) +Looks like the docker host run out of free space. +Free up some space on your hard disk and reboot.