Skip to content

Commit 485130a

Browse files
Fix markdown in README.md (#355)
1 parent 45e63da commit 485130a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,9 @@ OKD runs with the following security policy by default:
111111

112112
Many containers expect to run as root (and therefore edit all the contents of the filesystem). The [Image Author's guide](https://docs.okd.io/latest/openshift_images/create-images.html#images-create-guide-openshift_create-images) gives recommendations on making your image more secure by default:
113113

114-
* Don't run as root
115-
* Make directories you want to write to group-writable and owned by group id 0
116-
* Set the net-bind capability on your executables if they need to bind to ports < 1024
114+
* Don't run as root
115+
* Make directories you want to write to group-writable and owned by group id 0
116+
* Set the net-bind capability on your executables if they need to bind to ports < 1024
117117

118118
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:
119119

0 commit comments

Comments
 (0)