mirror of
https://github.com/tborychowski/self-hosted-cookbook.git
synced 2025-01-22 19:38:30 +00:00
.
This commit is contained in:
parent
17c31b510d
commit
50648565b0
@ -49,6 +49,11 @@ OCI runtime create failed: container_linux.go:349: starting container process ca
|
||||
|
||||
|
||||
### INTERNAL ERROR: cannot create temporary directory
|
||||
from: [stackoverflow](https://stackoverflow.com/questions/40755494/docker-compose-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.
|
||||
Sometimes that may happen due to a crazy docker service running wild.
|
||||
You can try this to prune everything docker:
|
||||
```sh
|
||||
docker system prune -a --volumes
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user