4 lines
175 B
Bash
4 lines
175 B
Bash
|
export VBOX_MACHINE_FOLDER=/mnt/docker-vm-opt/vm
|
||
|
VBoxManage setproperty machinefolder $VBOX_MACHINE_FOLDER
|
||
|
# VBoxManage list systemproperties | grep "Default machine folder"
|