Allocation info
This commit is contained in:
parent
737bf6cd0b
commit
2b4bfc05af
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ docker run -it --rm -e "BOOT=http://www.example.com/image.iso" --device=/dev/kvm
|
||||||
|
|
||||||
* ### How do I change the space reserved by the data disk?
|
* ### How do I change the space reserved by the data disk?
|
||||||
|
|
||||||
By default, the entire disk space is reserved in advance. To reserve only the space actually used by the disk, add the following environment variable:
|
By default, the entire disk space is reserved in advance. To create a growable disk, that only reserves the space that is actually used, add the following environment variable:
|
||||||
|
|
||||||
```
|
```
|
||||||
environment:
|
environment:
|
||||||
|
|
Loading…
Reference in a new issue