2020-01-07, 08:14 PM
(This post was last modified: 2020-01-07, 08:15 PM by mvallevand.)
You need to stop the runnning instance of nextpvr your created without a name
To get the container_id run (from ssh not ftp)
docker ps
then
docker stop container_id
and remove it
docker rm container_id
them run the new command. Once it is named nextpvr you won't have to worry about using the container_id anymore.
Martin
To get the container_id run (from ssh not ftp)
docker ps
then
docker stop container_id
and remove it
docker rm container_id
them run the new command. Once it is named nextpvr you won't have to worry about using the container_id anymore.
Martin