docs: Readme (#354)

This commit is contained in:
Kroese 2024-01-19 07:58:47 +01:00 committed by GitHub
parent 7f6af50f42
commit 4a87231b91
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -53,16 +53,13 @@ docker run -it --rm -e "BOOT=http://example.com/image.iso" -p 8006:8006 --device
* ### How do I use it? * ### How do I use it?
You begin by setting the `BOOT` environment variable to the URL of an ISO image of the OS you want to install: - Set the `BOOT` environment variable to the URL of an ISO image you want to install.
```yaml - Start the container and connect to port 8006 in your web browser.
environment:
BOOT: "https://dl-cdn.alpinelinux.org/alpine/v3.19/releases/x86_64/alpine-virt-3.19.0-x86_64.iso"
```
Start the container and connect to port 8006 of the container in your web browser.
After the download is finished, you will see the screen and can interact with it via the keyboard and mouse. Enjoy your new machine, and don't forget to star this repo! - Wait until the download is finished, you will see the screen and can control it via the keyboard and mouse.
- Enjoy your brand new machine, and don't forget to star this repo!
* ### How do I increase the amount of CPU or RAM? * ### How do I increase the amount of CPU or RAM?