Documentation ¶
Overview ¶
SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2022, 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 Run ¶ added in v0.2.0
type Run struct { Architecture string `long:"arch" short:"m" usage:"Set the architecture"` Detach bool `long:"detach" short:"d" usage:"Run unikernel in background"` DisableAccel bool `long:"disable-acceleration" short:"W" usage:"Disable acceleration of CPU (usually enables TCG)"` Hypervisor string Memory int `long:"memory" short:"M" usage:"Assign MB memory to the unikernel"` NoMonitor bool `long:"no-monitor" usage:"Do not spawn a (or attach to an existing) an instance monitor"` Platform string `long:"plat" short:"p" usage:"Set the platform"` Remove bool `long:"rm" usage:"Automatically remove the unikernel when it shutsdown"` Target string `long:"target" short:"t" usage:"Explicitly use the defined project target"` Volumes []string `long:"" short:"" usage:""` WithKernelDbg bool `long:"symbolic" usage:"Use the debuggable (symbolic) unikernel"` }
Click to show internal directories.
Click to hide internal directories.