I Can´t Install Tautulli in Docker

Hello

I´m trying to install Tautulli but I get this error: invalid reference format: repository name must be lowercase

I’m using this commands:

sudo docker pull linuxserver/tautulli

and this:

sudo docker create \
   --name=tautulli \
   --restart=always \
   -v /mnt/sdb1/plexpy:/config \
   -v “/mnt/sdb1/config/Library/Application Support/Plex Media Server/Logs":/plex_logs:ro \
   -e PGID=1000 -e PUID=1000 \
   -p 8181:8181 \
   tautulli/tautulli

I also tryed without “”

Any help would be appreciated.

Regards

It looks like you have 2 different types of quotes on this line, change that beginning quote, you can also try to quote the whole line, like below;

-v “/mnt/sdb1/config/Library/Application Support/Plex Media Server/Logs:/plex_logs:ro” \

yes @WayneBilger that was the problem.

Thank you so much!!!

Please take this to the Tautulli forums?