Hi,
I want to mount a host folder to a container as a read-only but allow to write into this folder from the container so all writes go to a overlay2 fs layer.
Is it possible to do?
Thanks
Share and learn in the Docker community.
Hi,
I want to mount a host folder to a container as a read-only but allow to write into this folder from the container so all writes go to a overlay2 fs layer.
Is it possible to do?
Thanks
Of course, there probably is an option to make a local fs layered first abd then bind-mount it ot a container but maybe it is possible to do in docker already?