-
Notifications
You must be signed in to change notification settings - Fork 309
/
krun.1
43 lines (31 loc) · 1.04 KB
/
krun.1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
.nh
.TH crun 1 "User Commands"
.SH NAME
.PP
krun - crun based OCI runtime using libkrun to run containerized programs in
isolated KVM environments
.SH SYNOPSIS
.PP
krun [global options] command [command options] [arguments...]
.SH DESCRIPTION
.PP
krun is a sub package of the crun command line program for running Linux
containers that follow the Open Container Initiative (OCI) format. The krun
command is a symbolic link to the crun executable, that tells crun to run in
krun mode.
.PP
krun uses the dynamic libkrun library to run processes in an isolated
environment using KVM Virtualization.
.PP
libkrun integrates a VMM (Virtual Machine Monitor, the userspace side of a
Hypervisor) with the minimum amount of emulated devices required for its
purpose, abstracting most of the complexity from Virtual Machine management.
.PP
Because of the additional isolation, sharing content with processes and other
containers outside of the krun VM is more difficult.
.SH COMMANDS
.PP
See crun.1 man page for the commands available to krun
.SH SEE ALSO
.PP
crun.1