vagrant.rst
changeset 2291 a49f3423eb55
parent 2272 46e6d01a6e3f
child 2301 a99f277a9eae
equal deleted inserted replaced
2290:3b2866390fb7 2291:a49f3423eb55
    31   end
    31   end
    32 
    32 
    33 Host name::
    33 Host name::
    34 
    34 
    35   config.vm.hostname = "NAME"
    35   config.vm.hostname = "NAME"
       
    36 
       
    37 Managing resources
       
    38 ==================
       
    39 
       
    40 https://unix.stackexchange.com/questions/176687/set-storage-size-on-creation-of-vm-virtualbox
       
    41 https://askubuntu.com/questions/317338/how-can-i-increase-disk-size-on-a-vagrant-vm
       
    42 https://stackoverflow.com/questions/49822594/vagrant-how-to-specify-the-disk-size
       
    43 https://github.com/sprotheroe/vagrant-disksize
    36 
    44 
    37 Managing boxes
    45 Managing boxes
    38 ==============
    46 ==============
    39 
    47 
    40 Adding new box from catalog::
    48 Adding new box from catalog::