From a1f0268da5e7ebcd29e5d6a920028c0e3cefe5a8 Mon Sep 17 00:00:00 2001 From: "Rob Dolin (MSFT)" Date: Mon, 19 Sep 2016 15:15:29 -0700 Subject: [PATCH 1/2] [Linux Config] Clarify which filesystem is being referenced Signed-off-by: Rob Dolin --- config-linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config-linux.md b/config-linux.md index ced5f5c53..5e8d8d0a7 100644 --- a/config-linux.md +++ b/config-linux.md @@ -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 | Path | Type | | -------- | ------ | From eaa0c5f5995ec8377c4594199f65072c25ac0618 Mon Sep 17 00:00:00 2001 From: "Rob Dolin (MSFT)" Date: Tue, 20 Sep 2016 12:04:18 -0700 Subject: [PATCH 2/2] [Config-Linux] Simplifying langauge per Crosby Updating language as suggested by Michael Crosby in comments Signed-off-by: Rob Dolin --- config-linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config-linux.md b/config-linux.md index 5e8d8d0a7..58d6d9c38 100644 --- a/config-linux.md +++ b/config-linux.md @@ -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 containerized application's filesystem +The following filesystems MUST be made available in each container's filesystem | Path | Type | | -------- | ------ |