Merge pull request #1803 from ijc25/mkmetadata

Add `linuxkit metadata create` command
This commit is contained in:
Rolf Neugebauer
2017-05-11 20:09:52 +01:00
committed by GitHub
4 changed files with 91 additions and 11 deletions

View File

@@ -58,6 +58,15 @@ This hierarchy can then be used by individual containers, who can bind
mount the config sub-directory into their namespace where it is
needed.
# Metadata image creation
Run `linuxkit run` backends accept a `--data=STRING` option which will
cause the given string to be passed to the VM in a platform specific
manner to be picked up by the `pkg/metadata` component.
Alternatively `linuxkit metadata create meta.iso STRING` will produce
a correctly formatted ISO image which can be passed to a VM as a CDROM
device for consumption by the `pkg/metadata` component.
# Providers