PHP container images based on Red Hat Software Collections and intended for OpenShift and general usage, that provide a platform for building and running PHP applications. Users can choose between Red Hat Enterprise Linux, Fedora, and CentOS based images.
This will depend on the environment in which we deploy the application and how it is configured.
For my openshift 3.11 persistent volumes are obtained through an nfs server, so we can define these volumes in read-write mode.
The images we will use are those of version v1.0.0 and the file we will work on is the test-openshift/ wordpress/web-wp-v4.json5 that comes from the web-wp-v2.json.
Add volume persistence.
This will depend on the environment in which we deploy the application and how it is configured.
For my openshift 3.11 persistent volumes are obtained through an nfs server, so we can define these volumes in read-write mode.
The images we will use are those of version v1.0.0 and the file we will work on is the test-openshift/ wordpress/web-wp-v4.json5 that comes from the web-wp-v2.json.