From 1fa909c095bc3ceccc0183b41ffd8264d1fdcf55 Mon Sep 17 00:00:00 2001 From: "Rob Dolin (MSFT)" Date: Thu, 1 Sep 2016 11:04:20 -0700 Subject: [PATCH 1/2] [ReadMe] Add references to Windows containers Signed-off-by: Rob Dolin --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0a6b2d6e3..ff59f9186 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ Table of Contents - [General Configuration](config.md) - [Linux-specific Configuration](config-linux.md) - [Solaris-specific Configuration](config-solaris.md) + - [Windows-specific Configuration](config-windows.md) - [Glossary](glossary.md) In the specifications in the above table of contents, the keywords "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" are to be interpreted as described in [RFC 2119](http://tools.ietf.org/html/rfc2119) (Bradner, S., "Key words for use in RFCs to Indicate Requirement Levels", BCP 14, RFC 2119, March 1997). @@ -31,6 +32,7 @@ An implementation that satisfies all the MUST or REQUIRED and all the SHOULD req Protocols defined by this specification are: * Linux containers: [runtime.md](runtime.md), [config.md](config.md), [config-linux.md](config-linux.md), and [runtime-linux.md](runtime-linux.md). * Solaris containers: [runtime.md](runtime.md), [config.md](config.md), and [config-solaris.md](config-solaris.md). +* Windows containers: [runtime.md](runtime.md), [config.md](config.md), and [config-windows.md](config-windows.md). # Use Cases From d4076604a0d1050628b5b283337d1c7e37c756cc Mon Sep 17 00:00:00 2001 From: "Rob Dolin (MSFT)" Date: Thu, 1 Sep 2016 11:07:31 -0700 Subject: [PATCH 2/2] [Config-Windows] Create file Signed-off-by: Rob Dolin