Troubleshoot deployment issues#
This page offers some tips to troubleshoot the Plone Deployment Training.
Docker Could not create directory.
#
Docker requires sufficient virtual disk space to install and build images.
A typical error message may be Could not create directory.
or anything else that mentions writing to the image.
To resolve this, use an appropriate docker system prune
option, such as docker system prune -a
.
See also
You can also configure settings for Docker Desktop. Under
, you can configure appropriate settings for virtual disk limit and memory.See also
Docker memory usage#
Docker requires sufficient memory to install and build images. 2GB of RAM is usually sufficient. See the previous section for settings details.