titan ls¶
List all repositories on the system. This displays the repository name and status for each. The status can be one of:
running- The associated docker container is currently running. It can be stopped by running titan stop.exited- The associated docker container exited and is not currently running. It can be started again by running titan start.detached- There is no associated docker container. It may have been removed outside of titan by runningdocker rm, or it may have failed to launch. It can be started again by running titan start.
Syntax¶
titan ls
Example¶
$ titan ls
REPOSITORY STATUS
myrepo running
myrepo2 exited