Skip to content

Commit 94a3f40

Browse files
authored
Merge pull request #314 from inez/patch-1
(documentation) Added information about SSHing to the virtual machine
2 parents 77488ae + e340223 commit 94a3f40

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

README_VMWARE.md

+10-5
Original file line numberDiff line numberDiff line change
@@ -39,31 +39,36 @@ The following instructions are used for OS X. You'll need [docker-machine-parall
3939
4040
4. Enable kvm inside virtual machine
4141
42-
4.0 Check kvm version
42+
4.0 SSH to the machine
43+
```bash
44+
docker-machine ssh vmware-dev
45+
```
46+
47+
4.1 Check kvm version
4348
```bash
4449
# version
4550
$ 10.1
4651
```
4752
4853
Go to http://tinycorelinux.net/10.x/x86_64/tcz/ and check your kvm version, for version 10.1 is kvm-4.19.10-tinycore64.tcz
4954
50-
4.1. Run as an account other than root to install kvm packages using tce-load.
55+
4.2. Run as an account other than root to install kvm packages using tce-load.
5156
```bash
5257
# su docker
5358
$ tce-load -wi kvm-4.19.10-tinycore64.tcz
5459
```
5560
56-
4.2. Run as root to load kvm module after kvm packages install.
61+
4.3. Run as root to load kvm module after kvm packages install.
5762
```bash
5863
$ sudo modprobe kvm_intel
5964
```
6065
61-
4.3. Check if the kvm device is loaded.
66+
4.4. Check if the kvm device is loaded.
6267
```bash
6368
$ ls /dev/kvm
6469
```
6570
66-
4.4. Check if your CPU supports hardware virtualization now
71+
4.5. Check if your CPU supports hardware virtualization now
6772
```bash
6873
$ egrep -c '(vmx|svm)' /proc/cpuinfo
6974
```

0 commit comments

Comments
 (0)