truss container [OPTIONS] COMMAND [ARGS]...
Manage Docker containers for your Truss.
kill
Kill containers related to a specific Truss.
truss container kill [OPTIONS] [TARGET_DIRECTORY]
Arguments
A Truss directory. Defaults to current directory.
Example:
To kill containers for the current Truss, use the following:
kill-all
Kill all Truss containers that are not manually persisted.
truss container kill-all [OPTIONS]
Example:
To kill all Truss containers, use the following:
logs
Get logs from a running Truss container.
truss container logs [OPTIONS] [TARGET_DIRECTORY]
Arguments
A Truss directory. Defaults to current directory.
Example:
To view logs from the current Truss container, use the following: