2024-05-20, 07:14 PM
Hi all,
Trying to deploy NextPVR on my docker machine, and getting the following, I've checked syntax and can't see any issues, any clues?
bob@docker:~$ docker run -d \
--name nextpvr \
--volume /opt/appdata/nextpvr/config:/config \
--volume /opt/appdata/nextpvr/videos:/recordings \
--volume /opt/appdata/nextpvr/videos:/buffer \
--restart unless-stopped \
--publish 16891:16891/udp \
--publish 8866:8866 \
nextpvr/nextpvr_amd64table
docker: invalid reference format.
See 'docker run --help'.
--volume: command not found
My user is in the docker group, I have many other containers installed and working fine, just this one refusing to work.
bob@docker:~$ id
uid=1000(bob) gid=1000(bob) groups=1000(bob),4(adm),24(cdrom),27(sudo),30(dip),46(plugdev),110(lxd),122(libvirt),999(docker)
Many thanks for any input.
Bob.
Trying to deploy NextPVR on my docker machine, and getting the following, I've checked syntax and can't see any issues, any clues?
bob@docker:~$ docker run -d \
--name nextpvr \
--volume /opt/appdata/nextpvr/config:/config \
--volume /opt/appdata/nextpvr/videos:/recordings \
--volume /opt/appdata/nextpvr/videos:/buffer \
--restart unless-stopped \
--publish 16891:16891/udp \
--publish 8866:8866 \
nextpvr/nextpvr_amd64table
docker: invalid reference format.
See 'docker run --help'.
--volume: command not found
My user is in the docker group, I have many other containers installed and working fine, just this one refusing to work.
bob@docker:~$ id
uid=1000(bob) gid=1000(bob) groups=1000(bob),4(adm),24(cdrom),27(sudo),30(dip),46(plugdev),110(lxd),122(libvirt),999(docker)
Many thanks for any input.
Bob.