@cantankerous_cashew@lemmy.world to Apple@lemmy.world • 1 year agomacOS Finder is still bad at network file copieswww.jeffgeerling.commessage-square10fedilinkarrow-up133arrow-down13
arrow-up130arrow-down1external-linkmacOS Finder is still bad at network file copieswww.jeffgeerling.com@cantankerous_cashew@lemmy.world to Apple@lemmy.world • 1 year agomessage-square10fedilink
minus-square@B0rax@feddit.delinkfedilink3•1 year agoA docker container to access network shares? Please elaborate
minus-square@Shnog@lemmy.worldlinkfedilink1•1 year agoExactly that. Run a docker container (probably privileged) that has your local volume mounted. Inside that docker container install cifs-utils and then connect to the SMB server from there via CLI.
A docker container to access network shares? Please elaborate
Exactly that. Run a docker container (probably privileged) that has your local volume mounted. Inside that docker container install
cifs-utils
and then connect to the SMB server from there via CLI.