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 diff --git a/config-windows.md b/config-windows.md new file mode 100644 index 000000000..ea48d63f7 --- /dev/null +++ b/config-windows.md @@ -0,0 +1,3 @@ +# Windows Application Container Configuration + +Windows application containers can be configured using the following properties.