docs
docs copied to clipboard
It is possible to use an insecure registry with basic authentication
Problem description
The documentation says that it's not possible, but I just succeeded.
Problem location
Warning: It's not possible to use an insecure registry with basic authentication. {:.warning}
https://github.com/docker/docs/blob/v18.03/registry/insecure.md
You cannot use authentication with authentication schemes that send credentials as clear text. You must configure TLS first for authentication to work. {:.warning}
https://github.com/docker/docs/blob/v18.03/registry/deploying.md
Project version(s) affected
Suggestions for a fix
Suggest to not use insecure registries instead. Or remove these particular warnings (because the documentation already has such suggestions).