Skip to content

Commit

Permalink
config: cleanup language on readonly parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandon Philips committed Jun 30, 2015
1 parent 8865d1c commit 106bc8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Each container has exactly one *root filesystem*, and any number of optional *mo

The path string element specifies the path to the root file system for the container, relative to the path where the manifest is. A directory MUST exist at the relative path declared by the field.

The readonly is an optional boolean element which defaults to false. If it is true, access to the root file system MUST be read-only for all processes running inside it, whether you want the root file system to be readonly or not for the processes running on it.
The readonly is an optional boolean element which defaults to false. If readonly is true then the root file system MUST be read-only inside the container.

*Example*
```json
Expand Down

0 comments on commit 106bc8e

Please sign in to comment.