mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-10-29 15:03:19 +00:00
Correct example yaml
Without the space I get:
FATA[0000] Invalid config: yaml: line 66: could not find expected ':'
Signed-off-by: Ian Campbell <ijc@docker.com>
This commit is contained in:
@@ -110,7 +110,7 @@ supported here is `"yaml"` which will output the yaml used to generate the image
|
|||||||
file:
|
file:
|
||||||
```
|
```
|
||||||
- path: etc/linuxkit.yml
|
- path: etc/linuxkit.yml
|
||||||
metadata:yaml
|
metadata: yaml
|
||||||
```
|
```
|
||||||
|
|
||||||
## `trust`
|
## `trust`
|
||||||
|
|||||||
Reference in New Issue
Block a user