README
This commit is contained in:
parent
e8d2421dcb
commit
f30f527d92
1 changed files with 11 additions and 11 deletions
22
readme.md
22
readme.md
|
@ -58,17 +58,6 @@ docker run -it --rm -e "BOOT=http://www.example.com/image.iso" --device=/dev/kvm
|
||||||
|
|
||||||
## FAQ
|
## FAQ
|
||||||
|
|
||||||
* ### How do I check if my system supports KVM?
|
|
||||||
|
|
||||||
To check if your system supports KVM run these commands:
|
|
||||||
|
|
||||||
```
|
|
||||||
sudo apt install cpu-checker
|
|
||||||
sudo kvm-ok
|
|
||||||
```
|
|
||||||
|
|
||||||
If `kvm-ok` returns an error stating KVM acceleration cannot be used, you may need to change your BIOS settings.
|
|
||||||
|
|
||||||
* ### How do I change the bootdisk? ###
|
* ### How do I change the bootdisk? ###
|
||||||
|
|
||||||
You can modify the `BOOT` setting to specify the URL of any ISO image:
|
You can modify the `BOOT` setting to specify the URL of any ISO image:
|
||||||
|
@ -125,6 +114,17 @@ docker run -it --rm -e "BOOT=http://www.example.com/image.iso" --device=/dev/kvm
|
||||||
RAM_SIZE: "2048M"
|
RAM_SIZE: "2048M"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
* ### How do I check if my system supports KVM?
|
||||||
|
|
||||||
|
To check if your system supports KVM run these commands:
|
||||||
|
|
||||||
|
```
|
||||||
|
sudo apt install cpu-checker
|
||||||
|
sudo kvm-ok
|
||||||
|
```
|
||||||
|
|
||||||
|
If `kvm-ok` returns an error stating KVM acceleration cannot be used, you may need to change your BIOS settings.
|
||||||
|
|
||||||
* ### How do I give the container its own IP address?
|
* ### How do I give the container its own IP address?
|
||||||
|
|
||||||
By default the container uses bridge networking, and uses the same IP as the docker host.
|
By default the container uses bridge networking, and uses the same IP as the docker host.
|
||||||
|
|
Loading…
Reference in a new issue