added note on NFS for container config volume (#2930)

Co-authored-by: MC <johndoe@example.com>
This commit is contained in:
ugoogalizer 2023-05-31 22:34:30 +10:00 committed by GitHub
parent d21a0df727
commit a0382272be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -40,6 +40,12 @@ If you want to use `docker-compose` instead, here's a sample file:
privileged: true
network_mode: host
.. note::
If you are using NFS share to back your container's config volume, you may
need to mount the volume with the `nolock` option, otherwise platformio may
freeze on container startup as per `platformIO-core Issue 3089 <https://github.com/platformio/platformio-core/issues/3089>`__
The project provides multiple docker tags; please pick the one that suits you
better: