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

@@ -10,7 +10,7 @@ If you want a console getty, add the following to your `moby.yml`:
```
services:
- name: getty
image: "linuxkit/getty:<hash>"
image: linuxkit/getty:<hash>
```
The above will launch a getty for each console defined in the cmdline, i.e. `/proc/cmdline`.