2019-12-23, 10:33 PM
Need some help with this please. What am I doing wrong? I created the config,recordings & buffer folders in /storage/
# docker run -d\
> > v /storage/config:/config \
> > v /storage/recordings:/recordings \
> > v /storage/buffer:/buffer \
> > p 8866:8866 \
> > nextpvr/nextpvr_amd64:latest
-sh: can't create nextpvr/nextpvr_amd64:latest: nonexistent directory
# docker run -d\
> > v /storage/config:/config \
> > v /storage/recordings:/recordings \
> > v /storage/buffer:/buffer \
> > p 8866:8866 \
> > nextpvr/nextpvr_amd64:latest
-sh: can't create nextpvr/nextpvr_amd64:latest: nonexistent directory