Comment on Help with SMB mount - can read/delete but not write

erer@lemm.ee ⁨3⁩ ⁨weeks⁩ ago

First of all, docker is not a VM. And for your issue, don’t mount file shares like that in docker. Mount the file share on the host and then add it to the container as a volume. Again, a container is not a VM. It seems like you are trying to use a container like a VM. The only reason to mount a file share inside a container it’s if the app inside the container supports and can handle file shares by its own like nextcloud.

source
Sort:hotnewtop