Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make rootless as default socket for podman-env command
We thought that enabling root socket, make a step less for developers to deploy an application on OpenShift but during testing it might only work if developer don't tag the image with registry which have `localhost/<imageName>`. Also our goal is to teach user about Openshift about how to use internal registry so it does divert from the production clusters. I think if a user really want the application directly from the dockerfile without building it localy then `oc new-build` would be best choice.
- Loading branch information