September 3, 20214 yr I was using the joseluisq/static-web-server image and bound some shares into this container. This image has VOLUME ["/public"] in their Dockerfile which creates a volume under /var/lib/docker/volumes/<volume>. When I have bind 2 shares from /mnt/user/movies to /public/movies and /mnt/user/series to /public/series it create a mounting into /var/lib/docker/volumes/<volume>/_data/movies too. When stopping the container or docker these mounting won't be umount'ed and it will fails if stopping the array as the /mnt/cache is kept busy. In order to shutdown unRAID properly when using this image I have to umount /var/lib/docker/volumes/<volume>/_data/movies manually and kill /dev/loop2. For now I don't use any containers which creates a volume under /var/lib/docker/volumes/<volume>/ and binding paths into it in order to prevent issue when stopping the array. I have opened a issue on github too where static-web-server are [https://github.com/joseluisq/static-web-server/issues/51] because I don't know if that's an unRAID, docker or static-web-server related issue. Edited September 3, 20214 yr by bergi9
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.