Mischa ter Smitten
Mischa ter Smitten
It seems to be introduced in #9
I prefer to keep it as is
As far as I know there is no communication between two containers. The registry just adds `realm` to the `Www-Authenticate` header. The client (`curl`, `docker login`) is just using that...
I would start with `curl`. And if that seems alright use can do a `docker login 127.0.1.1:5000`. And if that works a `docker pull 127.0.1.1:5000/foo/bar`.
See https://github.com/percona/percona-monitoring-plugins/commit/8bb15900e308a1c79cc1b11ec2f07b4b8b5ae28b
```sh sed -i -e 's/our\ \$SVN_REV\ \=\ .*\;/our\ \$SVN_REV\ \=\ 42\;/g' cacti/bin/pmp-cacti-template; ```
We asked exactly the same a few week ago, but @roman-vynar didn't want to change. We fixed it [like this](https://github.com/Oefenweb/ansible-nagios-plugin-percona/blob/master/tasks/install.yml#L19).
Thanks @roman-vynar