Skip to main content
Manage Docker containers for your Truss.

kill

Kill containers related to a specific Truss.

Arguments

TEXT
A Truss directory. Defaults to current directory.
Example: Kill containers for the current Truss:

kill-all

Kill all Truss containers that are not manually persisted.
Example: Kill all Truss containers:

logs

Get logs from a running Truss container.

Options

humanfriendly | W | WARNING | I | INFO | D | DEBUG
default:"humanfriendly"
Logging verbosity. humanfriendly (default) is pretty-printed; INFO, DEBUG, WARNING produce structured logs.
Disable interactive prompts. Use in CI/automated contexts where stdin isn’t a TTY.

Arguments

TEXT
A Truss directory. Defaults to current directory.
Example: View logs from the current Truss container: