Make sure Nexus Repository has been setup with Self Signed certificate, certificate for host/server e.g. “silencer.bigpond”.
The following instructions have been successfully tested in Nexus version 3.2.0-01.
Create Docker Hub repository in Nexus
Create Docker Internal repository in Nexus
Create Docker Group repository in Nexus
Run Docker with Docker Native
Add Docker Private Registry in Insecure Registries
Now this approach supports docker pull and docker push.
Work around with “x509: certificate signed by unknown authority“ error by adding “–disable-content-trust” option on docker push command line if Docker doesn’t accept Self-Signed certificate.
Add Docker Private Registry server’s certificate into Docker Virtual Machine CA list
Press Ctrl + D and Ctrl + D to exist SCREEN program. Type “screen -r” to re-entry SCREEN program.
Additional Certificates
Download 3rd party Repository server’s certificate. Use tool like KeyStore Explorer to add 3rd party server certificates into existing keystore.jks. Due to a certificate chain that does not exist within the existing Java truststore, Java does not trust the certificate and fails to connect to the application.