Connecting an APFS drive to Linux
Install apfs-fuse
sudo apfs-fuse -o uid=1000,gid=1000,allow_other /dev/sda2 /mnt/apfs
Where /dev/sda2 is the APFS partition on the device you want it to be and /mnt/apfs is the mount point you wish to use.
Thank you George N White III