mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-09-01 23:18:41 +00:00
Merge pull request #1803 from ijc25/mkmetadata
Add `linuxkit metadata create` command
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user