You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -121,7 +121,7 @@ Many containers expect to run as root (and therefore edit all the contents of th
121
121
If you are running your own cluster and want to run a container as root, you can grant that permission to the containers in your current project with the following command:
122
122
123
123
# Gives the default service account in the current project access to run as UID 0 (root)
124
-
oc adm add-scc-to-user anyuid -z default
124
+
oc adm policy add-scc-to-user anyuid -z default
125
125
126
126
See the [security documentation](https://docs.okd.io/latest/authentication/managing-security-context-constraints.html) more on confining applications.
0 commit comments