From 8d88c80c0aa2e1417d4b817bb0d467bcc57d8d92 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Sat, 9 Sep 2023 04:02:34 -0400 Subject: [PATCH] Apply suggestions from code review MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Erik Sjölund Signed-off-by: Daniel J Walsh --- krun.1.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/krun.1.md b/krun.1.md index 7255ef3cdf..c63e8ef777 100644 --- a/krun.1.md +++ b/krun.1.md @@ -14,7 +14,7 @@ krun [global options] command [command options] [arguments...] 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 execuable, that tells crun to run in +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 isolated environment @@ -25,7 +25,7 @@ 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 -containres outside of the krun VM is more difficult. +containers outside of the krun VM is more difficult. # COMMANDS See crun.1 man page for the commands available to krun