Documentation
¶
Overview ¶
Package openshell provides an OpenShell runtime implementation for sandbox-based workspaces.
Index ¶
Constants ¶
View Source
const ( // DriverPodman uses Podman as the sandbox container driver. DriverPodman = "podman" // DriverVM uses a VM as the sandbox driver. DriverVM = "vm" )
View Source
const DefaultVersion = "v0.0.37"
DefaultVersion is the default OpenShell release tag used to download binaries. Override at runtime with the --openshell-version flag on kdn init.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.