Skip to content

Commit

Permalink
Merge pull request #495 from grahamwhaley/fix-bullet-indent
Browse files Browse the repository at this point in the history
runtime.md: Fix sub-bullet indentation
  • Loading branch information
crosbymichael authored Jun 10, 2016
2 parents 83ec31b + 7795661 commit 6de52a7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions runtime.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ This MUST be unique across all containers on this host.
There is no requirement that it be unique across hosts.
* **`status`**: (string) is the runtime state of the container.
The value MAY be one of:
* `created` : the container has been created but the user-specified code has not yet been executed
* `running` : the container has been created and the user-specified code is running
* `stopped` : the container has been created and the user-specified code has been executed but is no longer running
* `created` : the container has been created but the user-specified code has not yet been executed
* `running` : the container has been created and the user-specified code is running
* `stopped` : the container has been created and the user-specified code has been executed but is no longer running

Additional values MAY be defined by the runtime, however, they MUST be used to represent new runtime states not defined above.
* **`pid`**: (int) is the ID of the main process within the container, as seen by the host.
Expand Down

0 comments on commit 6de52a7

Please sign in to comment.