titan install¶
Installs the default Titan context if not currently configured,
equivalent to titan context install -t docker
. Must be run prior to any
other titan commands. For more information on how to install titan and what’s
required, see the Installation and Configuration section. For more information on
managing contexts, see the Managing Titan Contexts section. If you want to
install Titan for kubernetes, see the Titan with Kubernetes section.
Running this command will do nothing if the “docker” context already exists.
Syntax¶
titan install
Options¶
- -r, --registry
registry Docker Registry URL for private repositories. Defaults to
titandata
from docker hub.- -V, --verbose
Optionally output install details.
Example¶
$ titan install -V -r your.registry.address:port