mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-09-01 23:18:41 +00:00
Add linuxkit metadata
command
Only subcommand is currently `create` which is a thin wrapper to create an iso file in the format expected by `pkg/metadata`. Currently very basic and just takes the content on the command line but could be extended to read from a file etc. Signed-off-by: Ian Campbell <ian.campbell@docker.com>
This commit is contained in:
@@ -51,6 +51,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
|
||||
|
||||
|
Reference in New Issue
Block a user