convert
Converting a thin jail to a thick jail requires only the TARGET arg.
ishmael ~ # bastille convert azkaban
Converting a thick jail to a custom release requires the TARGET and RELEASE as args.
ishmael ~ # bastille convert azkaban myrelease
This release can then be used to create a thick jail using the --no-validate
flag.
ishmael ~ # bastille create --no-validate customjail myrelease 10.0.0.1
ishmael ~ # bastille convert help
Usage: bastille convert [option(s)] TARGET
TARGET RELEASE
Options:
-a | --auto Auto mode. Start/stop jail(s) if required.
-y | --yes Do not prompt. Assume always yes.
-x | --debug Enable debug mode.