Details
Description
Description: Cannot use docker login command to hosted docker repository on Nexus.
Setup: Using Nexus' latest docker image. Opened 10080 port for http port to Docker repository and set the port to docker hosted repository on it's settings.
Log:
docker login --username=admin -p admin123 http://<IP ADDRESS>:10080/repository/docker-local WARNING! Using --password via the CLI is insecure. Use --password-stdin. Error response from daemon: login attempt to http://<IP ADDRESS>:10080/v2/ failed with status: 401 Unauthorized
Any help would be appreciated.