forked from containers/crun
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request containers#1297 from rhatdan/man
Add man page for krun
- Loading branch information
Showing
4 changed files
with
87 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
crun 1 "User Commands" | ||
================================================== | ||
|
||
# NAME | ||
|
||
krun - crun based OCI runtime using libkrun to run containerized programs in | ||
isolated KVM environments | ||
|
||
# SYNOPSIS | ||
|
||
krun [global options] command [command options] [arguments...] | ||
|
||
# DESCRIPTION | ||
|
||
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. | ||
|
||
krun uses the dynamic libkrun library to run processes in an isolated | ||
environment using KVM Virtualization. | ||
|
||
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. | ||
|
||
Because of the additional isolation, sharing content with processes and other | ||
containers outside of the krun VM is more difficult. | ||
# COMMANDS | ||
|
||
See crun.1 man page for the commands available to krun | ||
|
||
# SEE ALSO | ||
crun.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters