From 48de6e902371cbc4c053a86558dfb4aaabf667fd Mon Sep 17 00:00:00 2001 From: Kroese Date: Wed, 19 Apr 2023 17:42:12 +0200 Subject: [PATCH] Update readme.md --- readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index dea35fd..2c90727 100644 --- a/readme.md +++ b/readme.md @@ -72,7 +72,7 @@ docker run -it --rm -p 5000:5000 --device=/dev/kvm --cap-add NET_ADMIN --stop-ti * ### How do I change the size of the virtual disk? ### - By default it is 16GB, but you can modify the `DISK_SIZE` setting in your compose file: + By default it is 16GB, but to increase it you can modify the `DISK_SIZE` setting in your compose file: ``` environment: @@ -83,7 +83,7 @@ docker run -it --rm -p 5000:5000 --device=/dev/kvm --cap-add NET_ADMIN --stop-ti * ### How do I change the location of the virtual disk? ### - By default it resides inside a docker volume, but you can add these lines to your compose file: + By default it resides inside a docker volume, but to store it somewhere else you can add these lines to your compose file: ``` volumes: @@ -94,7 +94,7 @@ docker run -it --rm -p 5000:5000 --device=/dev/kvm --cap-add NET_ADMIN --stop-ti * ### How do I change the space reserved by the virtual disk? ### - By default the total space for the disk is reserved in advance. If you want to only reserve the space that is actually used, add these lines: + By default the total space for the disk is reserved in advance. If you want to only reserve the space that is actually used by the disk, add these lines: ``` environment: