Docker - cannot access /storage

  • you can mount directories into the container using the --volume switch

    Code
    docker run --volume=/storage/something:/path/inside/container some/container

  • you can mount directories into the container using the --volume switch

    Code
    docker run --volume=/storage/something:/path/inside/container some/container

    Thanks Irusak.
    I've tried similar commands, but just couldn't get the syntax quite right.

    I'll use your template and apply it to my setup later tonight.

    Will post results.

    Thanks again, and keep up the great work!

  • Ok, ive done that with

    Code
    docker run --volume=/storage/QMovies:/media/QMovies libreelec/couchpotato

    it apears to run my couchpotato.cfg in putty, but nothing else happens.

    If i navigate to /media from the Couchpotato GUI there is not a folder called QMovies

    do i need to enter any further commands.

    Apologies for the basic questions, and thanks in advance