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:
Justin Cormack
2017-07-09 17:47:30 +01:00
parent 6483956f58
commit 298f4aab32
101 changed files with 426 additions and 426 deletions

View File

@@ -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"]
```

View File

@@ -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:

View File

@@ -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]