Orange-OpenSource / conllueditor

ConllEditor is a tool to edit dependency syntax trees in CoNLL-U format.
BSD 3-Clause "New" or "Revised" License
54 stars 17 forks source link

docker: invalid reference format #20

Closed Bachstelze closed 2 years ago

Bachstelze commented 2 years ago

I get this error "docker: invalid reference format" with the recent Docker version 20.10.16, build aa7e414 running the following docker command (edit from the readMe):

sudo docker run --rm -t -d   --name conllueditor -p 8888:5555      --user 1000:1000        -v ~/Dokumente/conllu-editor-data:/data         --env filename=de_source.conllu      jheinecke/conllueditor:latest/

Do i have a typo or have the commands changed with the latest docker version?

jheinecke commented 2 years ago

I think the final slash in jheinecke/conllueditor:latest/ causes the problem, try to use jheinecke/conllueditor:latest.

Bachstelze commented 2 years ago

Ok thanks, that is the problem.