mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-09-26 05:33:02 +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:
@@ -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`.
|
||||
|
@@ -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