Skip to content

Commit

Permalink
docs: Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kroese authored Dec 19, 2023
1 parent 6942d00 commit 325d510
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,14 +79,16 @@ docker run -it --rm -e "BOOT=http://www.example.com/image.iso" -p 5900:5900 --de

```yaml
volumes:
- /home/user/data:/storage
- /var/qemu:/storage
```

Replace the example path `/home/user/data` with the desired storage folder.
Replace the example path `/var/qemu` with the desired storage folder.

* ### How do I increase the amount of CPU or RAM?

By default, a single core and 1 GB of RAM are allocated to the container. To increase this, add the following environment variables:
By default, a single core and 1 GB of RAM are allocated to the container.

To increase this, add the following environment variables:

```yaml
environment:
Expand Down

0 comments on commit 325d510

Please sign in to comment.