Skip to content

Commit dd3b1aa

Browse files
authored
Merge pull request #2220 from ofrzeta/ofr
minor fixes for shell variables and spelling
2 parents 7ef7dd6 + 827cca5 commit dd3b1aa

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

docs/features/pouch_with_runV.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,9 @@ sudo yum install -y qemu qemu-kvm
4747
First, clone version v1.0.0 of runv project from GitHub:
4848

4949
```
50-
mkdir -p $Home/go/src/github.com/hyperhq
51-
cd $Home/go/src/github.com/hyperhq
50+
mkdir -p $HOME/go/src/github.com/hyperhq
51+
cd $HOME/go/src/github.com/hyperhq
5252
git clone --branch v1.0.0 https://github.com/hyperhq/runv.git
53-
export GOPATH=$HOME/go
5453
```
5554

5655
Second, build runv from source code:
@@ -61,7 +60,7 @@ sudo apt-get install automake
6160
cd runv
6261
./autogen.sh
6362
./configure
64-
sudo make
63+
make
6564
sudo make install
6665
```
6766

@@ -72,7 +71,7 @@ Then binary runv will be located in your PATH.
7271
[hyperstart](https://github.com/hyperhq/hyperstart) provides init task for hypervisor-based containers. We need to build guest kernel and initrd.img from source code version v1.0.0 as well:
7372

7473
```
75-
cd $Home/go/src/github.com/hyperhq
74+
cd $HOME/go/src/github.com/hyperhq
7675
git clone --branch v1.0.0 https://github.com/hyperhq/hyperstart.git
7776
cd hyperstart
7877
./autogen.sh
@@ -136,7 +135,7 @@ It turns out that in experiment above kernel in host physical machine is 4.4.0-1
136135

137136
## Run legacy kernels
138137

139-
runV(now kataconatiners) provides a general way to provide an isolated Linux kernel still based on OCI-compatible images. To be honest, Linux kernel running in Guest OS provisioned by runV is quite advanced and new. However, how to make legacy Linux kernel run in Guest OS is still a really huge challenge for the industry when using runV.
138+
runV (now katacontainers) provides a general way to provide an isolated Linux kernel still based on OCI-compatible images. To be honest, Linux kernel running in Guest OS provisioned by runV is quite advanced and new. However, how to make legacy Linux kernel run in Guest OS is still a really huge challenge for the industry when using runV.
140139

141140
### Scenario
142141

0 commit comments

Comments
 (0)