Error : invalid reference format: repository name must be lowercase

1,027 views
Skip to first unread message

Roohan Aziz

unread,
Mar 21, 2018, 4:35:11 PM3/21/18
to Challenge on Learned Image Compression 2018
hello,
when i run the command
$ docker run -v $(pwd):$(pwd) -w $(pwd) clic2018/compression ./decode
the following error is shown
C:\Program Files\Docker Toolbox\docker.exe: invalid reference format: repository name must be lowercase.
See 'C:\Program Files\Docker Toolbox\docker.exe run --help'.

Please guide me what is the issue

Thanks in advance.
Roohan Aziz

ltheis

unread,
Mar 21, 2018, 5:27:47 PM3/21/18
to Challenge on Learned Image Compression 2018
Can you try replacing all occurrences of $(pwd) with "$PWD"? I.e.

    docker run -v "$PWD":"$PWD" -w "$PWD" clic2018/compression ./decode

Roohan Aziz

unread,
Mar 21, 2018, 6:42:56 PM3/21/18
to Challenge on Learned Image Compression 2018
Thanks.
It worked. Thankyou very much
Reply all
Reply to author
Forward
0 new messages