Skip to content

Commit

Permalink
Merge pull request #936 from wking/root-dedent
Browse files Browse the repository at this point in the history
config: Dedent root paragraphs, since they aren't a list entry
  • Loading branch information
crosbymichael authored Nov 10, 2017
2 parents 1584629 + 5d9bbad commit a5b8598
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ For all platform-specific configuration values, the scope defined below in the [
## <a name="configRoot" />Root

**`root`** (object, OPTIONAL) specifies the container's root filesystem.
On Windows, for Windows Server Containers, this field is REQUIRED.
For [Hyper-V Containers](config-windows.md#hyperv), this field MUST NOT be set.
On Windows, for Windows Server Containers, this field is REQUIRED.
For [Hyper-V Containers](config-windows.md#hyperv), this field MUST NOT be set.

On all other platforms, this field is REQUIRED.
On all other platforms, this field is REQUIRED.

* **`path`** (string, REQUIRED) Specifies the path to the root filesystem for the container.

Expand Down

0 comments on commit a5b8598

Please sign in to comment.