How do i run this rancher command?

BottomsUp

Dabbler
Joined
Jun 28, 2014
Messages
23
i'm a total newb and searched to no avail. I am trying to install sabnzbd and have rancher running and the GUI going on 11.2 but when i run these commands

Code:
docker create --name=sabnzbd \

-v /Mirror/downloads:/config \
-v /Mirror/downloads:/downloads \
-v /Mirror/downloads/incomplete:/incomplete-downloads \
-e PGID=0 e PUID=0 \
-e TZ=PST \
-p 8080:8080 -p 9090:9090 \
linuxserver/sabnzbd


from here


https://github.com/linuxserver/docker-sabnzbd

i get this error

Unable to find image 'e:latest' locally
Error response from daemon: pull access denied for e, repository does not exist or may require 'docker login'
 
Top