Documentation ¶
Index ¶
Constants ¶
View Source
const (
VolTypeExt2 = "ext2"
)
Variables ¶
View Source
var RootCmd = &cobra.Command{
Use: "unik",
Short: "The unikernel compilation, deployment, and management tool",
Long: `Unik is a tool for compiling application source code
into bootable disk images. Unik also runs and manages unikernel
instances across infrastructures.
Create a client configuration file with 'unik target'
You may set a custom client configuration file
with the global flag --client-config=<path>`,
}
Functions ¶
This section is empty.
Types ¶
This section is empty.
Source Files ¶
- attach-volume.go
- build.go
- compilers.go
- configure.go
- create-volume.go
- daemon.go
- delete-image.go
- delete-instance.go
- delete-volume.go
- describe-compiler.go
- describe-image.go
- describe-instance.go
- detach-volume.go
- images.go
- instances.go
- login.go
- logs.go
- providers.go
- pull.go
- push.go
- remote-delete.go
- root.go
- run.go
- search.go
- start-instance.go
- stop-instance.go
- target.go
- volumes.go
Click to show internal directories.
Click to hide internal directories.