@cantankerous_cashew to Apple • 8 months agomacOS Finder is still bad at network file copieswww.jeffgeerling.commessage-square10arrow-up133arrow-down13
arrow-up130arrow-down1external-linkmacOS Finder is still bad at network file copieswww.jeffgeerling.com@cantankerous_cashew to Apple • 8 months agomessage-square10
minus-square@[email protected]linkfedilink3•8 months agoA docker container to access network shares? Please elaborate
minus-square@Shnoglink1•8 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.
Maybe use a docker container?
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.