Skip to content

Commit 7795661

Browse files
author
Graham Whaley
committed
runtime.md: Fix sub-bullet indentation
The indentation of the sub bullets for the status entries under State were not indented by the 4 spaces required by markdown. They did not render well in the pdf, at least with my native build with pandoc v1.13.2. Change them to 4 spaces, which now renders well. Signed-off-by: Graham Whaley <[email protected]>
1 parent 79b26a1 commit 7795661

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

runtime.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ This MUST be unique across all containers on this host.
1515
There is no requirement that it be unique across hosts.
1616
* **`status`**: (string) is the runtime state of the container.
1717
The value MAY be one of:
18-
* `created` : the container has been created but the user-specified code has not yet been executed
19-
* `running` : the container has been created and the user-specified code is running
20-
* `stopped` : the container has been created and the user-specified code has been executed but is no longer running
18+
* `created` : the container has been created but the user-specified code has not yet been executed
19+
* `running` : the container has been created and the user-specified code is running
20+
* `stopped` : the container has been created and the user-specified code has been executed but is no longer running
2121

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

0 commit comments

Comments
 (0)