cantankerous_cashew@lemmy.world to Apple@lemmy.world · 7 months agomacOS Finder is still bad at network file copieswww.jeffgeerling.comexternal-linkmessage-square10fedilinkarrow-up133arrow-down13
arrow-up130arrow-down1external-linkmacOS Finder is still bad at network file copieswww.jeffgeerling.comcantankerous_cashew@lemmy.world to Apple@lemmy.world · 7 months agomessage-square10fedilink
minus-squareB0rax@feddit.delinkfedilinkarrow-up3·7 months agoA docker container to access network shares? Please elaborate
minus-squareShnog@lemmy.worldlinkfedilinkarrow-up1·7 months 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.