Articles

As a cloud-native developer you’ve installed an OpenShift Container Platform development environment on your local machine, but what’s next?

What can you do with the fully stocked container registry provided to you?

Source de l’article sur DZONE

For this document, we have created an Angular UI application and containerized it using NGINX for OpenShift 4.3.

Deploying Application by Updating Dockerfile

By default, OpenShift Container Platform runs containers using an arbitrarily assigned user ID. This provides additional security against processes escaping the container due to a container engine vulnerability and thereby achieving escalated permissions on the host node.

Source de l’article sur DZONE