diff --git a/BREEZE.rst b/BREEZE.rst index 8f5a6e105379c..b80db9c45356d 100644 --- a/BREEZE.rst +++ b/BREEZE.rst @@ -127,10 +127,18 @@ Docker in WSL 2 - **WSL 2 Docker mount errors**: Another reason to use Linux filesystem, is that sometimes - depending on the length of - your path, you might get strange errors when you try start ``Breeze``, such us + your path, you might get strange errors when you try start ``Breeze``, such as ``caused: mount through procfd: not a directory: unknown:``. Therefore checking out Airflow in Windows-mounted Filesystem is strongly discouraged. +- **WSL 2 Docker volume remount errors**: + If you're experiencing errors such as ``ERROR: for docker-compose_airflow_run + Cannot create container for service airflow: not a directory`` when starting Breeze + after the first time or an error like ``docker: Error response from daemon: not a directory. + See 'docker run --help'.`` when running the pre-commit tests, you may need to consider + `installing Docker directly in WSL 2 `_ + instead of using Docker Desktop for Windows. + - **WSL 2 Memory Usage** : WSL 2 can consume a lot of memory under the process name "Vmmem". To reclaim the memory after development you can: