Timeline for Mounting a NFS Directory into Host Volume that is shared with Docker
Current License: CC BY-SA 3.0
8 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jan 28, 2022 at 6:12 | comment | added | G. Sylvie Davies | This didn't quite work for me (January 2022, Docker 20.10.7). This did: docker volume create --name=mynfs --opt type=nfs --opt device=192.168.1.222:/media/ssd.nvme.2G/data --opt o=addr=192.168.1.222,rw,nfsvers=3,noatime,intr,rsize=32768,wsize=32768,lookupcache=pos | |
| S Nov 8, 2016 at 21:05 | history | suggested | Caleb | CC BY-SA 3.0 |
code readability
|
| Nov 8, 2016 at 20:54 | vote | accept | Caleb | ||
| Nov 8, 2016 at 20:54 | review | Suggested edits | |||
| S Nov 8, 2016 at 21:05 | |||||
| Nov 4, 2016 at 0:44 | history | edited | cpuguy83 | CC BY-SA 3.0 |
added 611 characters in body
|
| Nov 3, 2016 at 13:52 | comment | added | Caleb | Very good answer. Could you edit it to be more of a standalone answer that explains how to set MountFlags=slave in the Docker Daemon and not depend on the context of other answers. Then I will switch this to the accepted answer. | |
| Nov 3, 2016 at 2:47 | review | First posts | |||
| Nov 3, 2016 at 3:03 | |||||
| Nov 3, 2016 at 2:44 | history | answered | cpuguy83 | CC BY-SA 3.0 |