The wrong indentation was breaking documentation layout with code blocks.
Signed-off-by: Francisco Lopes <chico.lopes@gmail.com>
| ... | ... |
@@ -302,14 +302,14 @@ allow the container nearly all the same access to the host as processes running |
| 302 | 302 |
outside of a container on the host. |
| 303 | 303 |
|
| 304 | 304 |
**--read-only**=*true*|*false* |
| 305 |
- Mount the container's root filesystem as read only. |
|
| 305 |
+ Mount the container's root filesystem as read only. |
|
| 306 | 306 |
|
| 307 |
- By default a container will have its root filesystem writable allowing processes |
|
| 307 |
+ By default a container will have its root filesystem writable allowing processes |
|
| 308 | 308 |
to write files anywhere. By specifying the `--read-only` flag the container will have |
| 309 | 309 |
its root filesystem mounted as read only prohibiting any writes. |
| 310 | 310 |
|
| 311 | 311 |
**--restart**="no" |
| 312 |
- Restart policy to apply when a container exits (no, on-failure[:max-retry], always) |
|
| 312 |
+ Restart policy to apply when a container exits (no, on-failure[:max-retry], always) |
|
| 313 | 313 |
|
| 314 | 314 |
**--rm**=*true*|*false* |
| 315 | 315 |
Automatically remove the container when it exits (incompatible with -d). The default is *false*. |