I am trying to mount an external drive USB to be accesses by two different containers.
What is the best way to accomplish this?
My idea was to mount the drive on the Host OS so I can create a Docker Volume to be accessed by both containers but I think that this is not recommended, since I can’t create mounting points on the Host OS (e.g. /mnt is read-only).
Hello, the documentation for mounting external drives is located here: Communicate outside the container - Balena Documentation but unfortunately, it’s currently not possible to share a mounted device across multiple containers.