Below you'll find the documentation of kaps commands.
You can also use the --help arguments to get the detailed help for each command.
$ kaps --help
# or
$ kaps COMMAND --helpRun a container from an OCI bundle.
$ kaps run -b <PATH_TO_BUNDLE>Options :
-b, --bundle: The OCI bundle used by the container.
Pull a container image from a registry.
$ kaps pull <OPTIONS> IMAGEOptions :
-
--name: By default, the image id will be generated by creating a unique hash for the image digest. By using--name, you can provide a friendly identifier your image. -
--rm: By default, the command will not pull the image if it was already present. If--rmis provided in arguments, the command will remove the previous image before pulling the image. -
-q, --quiet: If set, the command will be executed silently.
Create a ready-to-use OCI compliant bundle from an image.
$ kaps mount <OPTIONS> IMAGE_IDOptions :
-q, --quiet: If set, the command will be executed silently.