Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion config-linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The Linux container specification uses various kernel features like namespaces,
The Linux ABI includes both syscalls and several special file paths.
Applications expecting a Linux environment will very likely expect these files paths to be setup correctly.

The following filesystems MUST be made available in each application's filesystem
The following filesystems MUST be made available in each containerized application's filesystem
Copy link
Contributor

@wking wking Sep 19, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@crosbymichael pointed out a while back that we do not define “application”. Can we use “… in the container mount namespace:”? The glossary does define “container namespace”.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can just say in each container's filesystem.

@wking you are using the term incorrectly when referring to namespaces. A mount namespace is nothing more than a new mounttable for the container and is decoupled from the root filesystem.


| Path | Type |
| -------- | ------ |
Expand Down