You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I put beets in c:/dockerapps/Beets but all my data is on another drive (R:/) on the host. I'm a complete noob when it comes to docker and linux.
I've gotten the Beets container running but when I run docker exec -it beets sh -c 'beet import /link' I get the "error: no such file or directory: /untagged.
I'm utterly baffled as to what the correct syntax is when listing drives in the docker-compose.yml file.
Resolved: by entering syntax //r/Audiobooks/Temp/untagged:/untagged in docker-compose.yml and restarting container
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Windows 10
Docker 4.16.1
I put beets in c:/dockerapps/Beets but all my data is on another drive (R:/) on the host. I'm a complete noob when it comes to docker and linux.
I've gotten the Beets container running but when I run
docker exec -it beets sh -c 'beet import /link'
I get the "error: no such file or directory: /untagged.I'm utterly baffled as to what the correct syntax is when listing drives in the docker-compose.yml file.
Resolved: by entering syntax
//r/Audiobooks/Temp/untagged:/untagged
in docker-compose.yml and restarting containerBeta Was this translation helpful? Give feedback.
All reactions