Stand Alone Docker, SMB Share

argone

Cadet
Joined
Jul 21, 2023
Messages
1
  • Motherboard make and model - asus crosshair viii
  • CPU make and model - 5950x
  • RAM quantity - 128gb ddr4 3600mhz
  • Hard drives, quantity, model numbers, and RAID configuration, including boot drives - 4 x 16tb WD Red, 3 x 2tb sx8200
  • Hard disk controllers - motherboard
So my issue has to do with the host hard drive app share. The error I get is,

Code:
docker: Error response from daemon: invalid volume specification: '/mnt/Media/transcode/io/lossless:/videos': Invalid mount '/mnt/Media/transcode/io/lossless' path. Following service(s) use this path: SMB Share.


Basically I am running a docker command outside of the apps section. Everything inside apps works fine, as I have hosts saftey check disabled. The issue is docker via cli does not work. It is a specific app I would rather control via cli just for this one docker container. It is a encoding app that I dont want to run continuously but to stop on the last file. So cli is the only way I know how to do this. But when I try to run it I have to disable smb for the transcode directory. Any ideas as to how I can get this to work outside of the apps section?
 
Top