blincus launch
blincus launch
Launch a new instance
Use blincus template list
to see a list of available templates.
Attributes | |
---|---|
Alias: | l |
Usage
blincus launch NAME [OPTIONS]
Examples
blincus launch -t ubuntu mydevctr
blincus launch -t ubuntux mydevctr
blincus launch -t fedora mydevmachine
blincus launch -t ubuntu -w /var/home/me/projects/blincus blincusdev
blincus launch --vm large -t ubuntu myfatvm
Arguments
NAME
Instance name
Attributes | |
---|---|
Required: | ✓ Yes |
Options
—template, -t TEMPLATE
Blincus template name
Use blincus template list
to see available templates,
or view ~/.config/blincus/config.ini
Attributes | |
---|---|
Required: | ✓ Yes |
—vm, -v SIZE
Run as a virtual machine with AWS “t3” style sizes
Attributes | |
---|---|
Allowed Values: | nano, micro, small, medium, large, xlarge, 2xlarge |
—workspace, -w DIRECTORY
Mount specified directory at “/workspace”
Attributes | |
---|---|
Conflicts With: | —vm |