Documentation ¶
Overview ¶
SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2023, Unikraft GmbH and The KraftKit Authors. Licensed under the BSD-3-Clause License (the "License"). You may not use this file except in compliance with the License.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CreateOptions ¶
type CreateOptions struct { Bundle string `long:"bundle" short:"b" usage:"path to the root of the bundle directory"` ConsoleSocket string `` /* 151-byte string literal not displayed */ PidFile string `long:"pid-file" usage:"specify a file where the process ID will be written"` // contains filtered or unexported fields }
CreateOptions implements the OCI "create" command.
Click to show internal directories.
Click to hide internal directories.