Description on hub has extra -e
arthurlutz opened this issue · 1 comments
arthurlutz commented
https://hub.docker.com/r/archiveteam/warrior-dockerfile/ command
docker run \
--detach \
--env DOWNLOADER="your name" -e \
--env SELECTED_PROJECT="auto" \
--publish 8001:8001 \
--restart always \
archiveteam/warrior-dockerfile
fails saying docker: invalid reference format: repository name must be lowercase.
the -e
should be removed (like in the README for this project).