Loading readme.md +2 −0 Original line number Diff line number Diff line Loading @@ -61,6 +61,8 @@ docker run -it --rm -p 5000:5000 --device=/dev/kvm --cap-add NET_ADMIN --stop-ti DISK_SIZE: "256G" ``` This can also be used to resize the existing disk to a larger capacity without data loss. * ### How do I change the location of the virtual disk? To change the virtual disk's location from the default Docker volume, include the following bind mount in your compose file: Loading Loading
readme.md +2 −0 Original line number Diff line number Diff line Loading @@ -61,6 +61,8 @@ docker run -it --rm -p 5000:5000 --device=/dev/kvm --cap-add NET_ADMIN --stop-ti DISK_SIZE: "256G" ``` This can also be used to resize the existing disk to a larger capacity without data loss. * ### How do I change the location of the virtual disk? To change the virtual disk's location from the default Docker volume, include the following bind mount in your compose file: Loading