Skip to content

Commit

Permalink
docs: Readme (#442)
Browse files Browse the repository at this point in the history
  • Loading branch information
kroese authored Dec 9, 2023
1 parent 180573d commit 029235a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ docker run -it --rm -p 5000:5000 --device=/dev/kvm --cap-add NET_ADMIN --stop-ti

* ### How do I create a growable disk?

By default, the entire disk space is reserved in advance. To create a growable disk that only allocates space that is actually used, add the following environment variable:
By default, the entire capacity of the disk is reserved in advance. To create a growable disk that only allocates space that is actually used, add the following environment variable:

```yaml
environment:
Expand Down

0 comments on commit 029235a

Please sign in to comment.