I'm trying to mount /data on an NFS mount. The idea is that I can boot up the image from any of my hosts in case one goes down. However, I'm getting the following error:
```chown: changing ownership of`/data/bind': Operation not permitted
Looks like the directories are initially created by nobody:nogroup.
Which user is attempting to change theh ownership?
Is this because of the docker bridge network?
How can I map /data to my NFS mount.
I'm trying to mount /data on an NFS mount. The idea is that I can boot up the image from any of my hosts in case one goes down. However, I'm getting the following error:
```chown: changing ownership of`/data/bind': Operation not permitted
Looks like the directories are initially created by nobody:nogroup.
Which user is attempting to change theh ownership?
Is this because of the docker bridge network?
How can I map /data to my NFS mount.