Skip to content

Commit

Permalink
Add namespace documentation URL.
Browse files Browse the repository at this point in the history
Signed-off-by: Kershaw Mehta <[email protected]>
  • Loading branch information
kershawmehta committed Jan 8, 2025
1 parent 41e732f commit b7a4d4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config-zos.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ The following filesystems SHOULD be made available in each container's filesyste

A namespace wraps a global system resource in an abstraction that makes it appear to the processes within the namespace that they have their own isolated instance of the global resource.
Changes to the global resource are visible to other processes that are members of the namespace, but are invisible to other processes.
For more information, see https://www.ibm.com/docs/zos/latest?topic=planning-namespaces-zos-unix.

Namespaces are specified as an array of entries inside the `namespaces` root field.
The following parameters can be specified to set up namespaces:
Expand Down

0 comments on commit b7a4d4a

Please sign in to comment.