.. _ref_cubic_create: cubic create ===== .. code-block:: $ cubic create --help Create a new virtual machine instance Usage: cubic create [OPTIONS] --image Arguments: Name of the virtual machine instance Options: -i, --image Name of the virtual machine image -u, --user Name of the user [default: cubic] -c, --cpus Number of CPUs for the virtual machine instance [default: 4] -m, --mem Memory size of the virtual machine instance (e.g. 1G for 1 gigabyte) [default: 4G] -d, --disk Disk size of the virtual machine instance (e.g. 10G for 10 gigabytes) [default: 100G] -p, --port Forward ports from guest to host (e.g. -p 8000:80 or -p 127.0.0.1:9000:90/tcp) -v, --verbose Increase logging output -q, --quiet Reduce logging output -h, --help Print help