I trying to convert my iocage jails to docker containers in preparation for converting from core to scale.
My current setup is TrueNAS-13.0-U6.2 with my arr apps all running as media:media id 8675309.
My directory structure is not ideal and I wouldn’t set it up this way if I were to start from scratch.
media
|–books
|–music
|–videos
|–movies
|–tvshows
All are media has the uid and gid of media:media
I created an Ubuntu VM and mounted the above directories to /data/media/{books|music|movies|tv} in the /etc/fstab with the NFS share maproot user to root.
- I can’t create a media user 8675309 in ubuntu as it’s out the range it accepts. My preference would be to keep my arr apps running in iocage and one at a time convert them to Ubuntu Docker containers while still having compatibility with the iocage system. Any thoughts on how to accomplish that?
- Similar question for nextcloud with has the user www in iocage and www-data in docker.