mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-05-03 17:27:09 +00:00
Consistently don't use quotes around image names
These are not needed, but we are inconsistent. Been waiting for a quiet moment to fix this since I noticed while doing a presentation... Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
@@ -8,7 +8,7 @@ Normally, unless you are running explicitly in a desktop version, LinuxKit image
|
||||
```
|
||||
onboot:
|
||||
- name: swap
|
||||
image: "linuxkit/swap:<hash>"
|
||||
image: linuxkit/swap:<hash>
|
||||
command: ["swap.sh","--path","/var/external/swap","--size","2G"]
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user