docker search g++ FATA[0000] Error response from daemon: Invalid repository name (g++), only [a-z0-9-_.] are allowed 咋回事? 名字里就是有加号,为啥不能搜:(
学习是最好的投资!
The error is very clear[a-z0-9-_.] A valid container name only contains the following characters
[a-z0-9-_.]
https://github.com/docker/docker/blob/6870bde5847d4484d87f91baf58edc52f575ea5d/registry/config.go#L36
The error is very clear
[a-z0-9-_.]
A valid container name only contains the following characters
https://github.com/docker/docker/blob/6870bde5847d4484d87f91baf58edc52f575ea5d/registry/config.go#L36