AngularJS is going to continue to succeed for some time. But change is inevitable.
Web Components are coming.
WebComponents create the ability to do all the sorts of markup-driven programming like AngularJS, ReactJS, but less ecosystem dependent. Because DOM is integration point for all the kinds of JavaScript frameworks. Web Components make it MUCH easier to interoperate between components.
The future isn’t here yet, but it will change fundamental assumptions about how a JavaScript framework should act and what it should be responsible for. Those shifts in assumptions frequently cause frameworks will drop out of the ecosystem quickly than expected.
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.