Skip to content

blincus launch

blincus launch

Launch a new instance
Use blincus template list to see a list of available templates.

Attributes 
Alias:l

Usage

Terminal window
blincus launch NAME [OPTIONS]

Examples

Terminal window
blincus launch -t ubuntu mydevctr
Terminal window
blincus launch -t ubuntux mydevctr
Terminal window
blincus launch -t fedora mydevmachine
Terminal window
blincus launch -t ubuntu -w /var/home/me/projects/blincus blincusdev
Terminal window
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