mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-09-03 16:07:43 +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:
@@ -40,9 +40,9 @@ To simplify the process, two `onboot` images are available for you to use:
|
||||
```yml
|
||||
onboot:
|
||||
- name: format
|
||||
image: "linuxkit/format:84a997e69051a1bf05b7c1926ab785bb07932954"
|
||||
image: linuxkit/format:84a997e69051a1bf05b7c1926ab785bb07932954
|
||||
- name: mount
|
||||
image: "linuxkit/mount:b24bd97ae43397b469dbaadd80f17f291c817bdf"
|
||||
image: linuxkit/mount:b24bd97ae43397b469dbaadd80f17f291c817bdf
|
||||
command: ["/mount.sh", "/var/external"]
|
||||
```
|
||||
|
||||
|
@@ -80,7 +80,7 @@ This will create a local kernel image called
|
||||
`linuxkit/kernel:4.9.33-<hash>-dirty` assuming you haven't committed you local changes. You can then use this in your YAML file as:
|
||||
```
|
||||
kernel:
|
||||
image: "linuxkit/kernel:4.9.33-<hash>-dirty"
|
||||
image: linuxkit/kernel:4.9.33-<hash>-dirty
|
||||
```
|
||||
|
||||
If you have committed your local changes, the `-dirty` will not be appended. Then you can also override the Hub organisation to use the image elsewhere with:
|
||||
|
@@ -25,7 +25,7 @@ Usage:
|
||||
```
|
||||
services:
|
||||
- name: open-vm-tools
|
||||
image: "linuxkit/open-vm-tools:<HASH>"
|
||||
image: linuxkit/open-vm-tools:<HASH>
|
||||
```
|
||||
|
||||
### Qemu GuestAgent
|
||||
@@ -43,4 +43,4 @@ Usage:
|
||||
|
||||
```
|
||||
services:
|
||||
[TBD]
|
||||
[TBD]
|
||||
|
Reference in New Issue
Block a user