Our NFSv4 file-server uses Kerberos authentication managed by Active Directory.
I need to run a batch process inside a Docker container that accesses data held on the file-server.
From within the container, I have tried authenticating with the AD and then mounting the NFS file-system, but I cannot access any files on the system.
From outside the container, I can mount the NFS file-system on the host, but if I attach that to a container as a volume, the container cannot access any files.
What is the correct way to do this ? Is it even possible ?