Trex
This is the way
So, I searched the web for two days to mount the host system folder to the docker container and I failed to get that working. Can anyone with a little bit of spare time please do it remotely?
For reference, the drive I want to mount is located at /media/(myusername)/Multimedia/Movies and Series/Movies/Hollywood movie
I tried this command "sudo docker run -v /media/amit/Multimedia/Movies and Series/Movies/Hollywood movie:/media/Multimedia".
Which gives me error "
Unable to find image 'and:latest' locally
docker: Error response from daemon: pull access denied for and, repository does not exist or may require 'docker login': denied: requested access to the resource is denied.
See 'docker run --help'.
"
For reference, the drive I want to mount is located at /media/(myusername)/Multimedia/Movies and Series/Movies/Hollywood movie
I tried this command "sudo docker run -v /media/amit/Multimedia/Movies and Series/Movies/Hollywood movie:/media/Multimedia".
Which gives me error "
Unable to find image 'and:latest' locally
docker: Error response from daemon: pull access denied for and, repository does not exist or may require 'docker login': denied: requested access to the resource is denied.
See 'docker run --help'.
"