docs: Don't mention full versions of 'linuxkit/kernel'

These get out of sync when doing a mechanic update of
kernel tags.

Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
This commit is contained in:
Rolf Neugebauer 2017-12-06 14:07:30 +00:00
parent 53127d7209
commit ea78cf64a4

View File

@ -339,10 +339,10 @@ file:
```
kernel:
image: linuxkit/kernel:4.9.66
image: linuxkit/kernel:4.9.<version>
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
init:
- <foo>/zfs-kmod:4.9.47
- <foo>/zfs-kmod:4.9.<version>
...
```