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 mydevctrblincus launch -t ubuntux mydevctrblincus launch -t fedora mydevmachineblincus launch -t ubuntu -w /var/home/me/projects/blincus blincusdevblincus launch --vm large -t ubuntu myfatvmArguments
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 |