Hirdetés

Új hozzászólás Aktív témák

  • totya79

    tag

    docker run -d \
    > --name=qbittorrent \
    -v /path/to/downloads:/downloads \
    > -e PUID=1000 \
    > -e PGID=1000 \
    > -e TZ=Europe/London \
    > -e WEBUI_PORT=8080 \
    > -p 8080:8080 \
    > -p 6881:6881 \
    > -p 6881:6881/udp \
    > -v /path/to/appdata/config:/config \
    > -v /path/to/downloads:/downloads \
    > --restart unless-stopped \
    > lscr.io/linuxserver/qbittorrent
    Unable to find image 'lscr.io/linuxserver/qbittorrent:latest' locally
    latest: Pulling from linuxserver/qbittorrent
    33d9a3adc668: Pull complete
    bb5ec7e586bf: Pull complete
    e9928dcfe363: Pull complete
    15261cd1e717: Pull complete
    cff840bcc138: Pull complete
    a1e73e3d7af9: Pull complete
    c5ad21266dc5: Pull complete
    0604dcad5914: Pull complete
    Digest: sha256:afd98e14460c4ad242ab17f23a24bc360e6a37aeac59cbe6aa1fe1f3c6f70819
    Status: Downloaded newer image for lscr.io/linuxserver/qbittorrent:latest
    c0afa22c0e6165e4f11b086de2207f19054386495684dd4eeb986d925fcef915
    docker: Error response from daemon: error while creating mount source path '/pat h/to/appdata/config': mkdir /path: read-only file system.

    Itt tartok jelenleg.Hol a hiba?

Új hozzászólás Aktív témák