Closed Shinigami2so closed 5 years ago
@Shinigami2so please share the steps to reproduce the issue.
I am now also having this issue. I setup the docker and on the initial run everything looked fine, I could get webUI and setup seemed proper.
I then had to reboot the docker host for other reasons and now if when the container will not launch anymore.
I am pushing the volume to an nfs mounted directory in the host. Which is accessible to the host prior to the container launching.
The view log, only says "mv: failed to access '/data/bind/etc': Too many levels of symbolic links" over and over every time it attempts to reboot the container.
Volume setup /mnt/docker/dns:/data
The nfs mount on the host is
Have the same issue. If I point the data volume at the local disk everything is fine. If I put data out on an NFS mount then I get the same error as the OP
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
I have a problem, after making modifications to my dns server, I need to copy the configs to another server and start the container with the same data I had modified before, I get an error like
mv: failed to access '/data/bind/etc': Too many levels of symbolic links