spotify / docker-maven-plugin

INACTIVE: A maven plugin for Docker
Apache License 2.0
2.66k stars 575 forks source link

Error Parsing Reference : Not a valid repository/tag #324

Closed Srigowri closed 7 years ago

Srigowri commented 7 years ago

Edit: I found the work around. I enclosed P A Vijaya within double quotes. It works fine

## Description

Error Parsing Reference ## :"A" is not a valid repository/tag : repository name must be lowercase

## How to reproduce docker run -it -v $HOME/tf_files:/tf_files gcr.io/tensorflow/tensorflow:latest-devel

I am trying the example given in tensorflow for poets

What I think is the issue

echo $HOME gives /c/Users/P A Vijaya The reason might be that P A Vijaya has spaces,the error exists. Also,its in the upper case. I am unable to figure out the workaround

mattnworb commented 7 years ago

sounds like an issue for tensorflow or the docker project itself, and not this docker-client library