mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
[skip ci] Fix the name of Oracle Linux to the official product name. (#584)
Signed-off-by: Avi Miller <avi.miller@oracle.com>
This commit is contained in:
@@ -64,7 +64,7 @@ fn start
|
|||||||
|
|
||||||
This will start Fn in single server mode, using an embedded database and message queue. You can find all the
|
This will start Fn in single server mode, using an embedded database and message queue. You can find all the
|
||||||
configuration options [here](docs/operating/options.md). If you are on Windows, check [here](docs/operating/windows.md).
|
configuration options [here](docs/operating/options.md). If you are on Windows, check [here](docs/operating/windows.md).
|
||||||
If you are on a Linux system where the SELinux security policy is set to "Enforcing", such as OEL7.x, check
|
If you are on a Linux system where the SELinux security policy is set to "Enforcing", such as Oracle Linux 7, check
|
||||||
[here](docs/operating/selinux.md).
|
[here](docs/operating/selinux.md).
|
||||||
|
|
||||||
### Your First Function
|
### Your First Function
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# Running on SELinux systems
|
# Running on SELinux systems
|
||||||
|
|
||||||
Systems such as OEL 7.x where SELinux is enabled and the security policies are set to "Enforcing" will restrict Fn from
|
Systems such as Oracle Linux 7 where SELinux is enabled and the security policies are set to "Enforcing" will restrict Fn from
|
||||||
running containers and mounting volumes.
|
running containers and mounting volumes.
|
||||||
|
|
||||||
For local development, you can relax SELinux constraints by running this command in a root shell:
|
For local development, you can relax SELinux constraints by running this command in a root shell:
|
||||||
|
|||||||
Reference in New Issue
Block a user