Skip to main content
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

TARGET_DIRECTORY
TEXT
A Truss directory. Defaults to current directory.
Example: To kill containers for the current Truss, use the following:
truss container kill

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:
truss container kill-all

logs

Get logs from a running Truss container.
truss container logs [OPTIONS] [TARGET_DIRECTORY]

Arguments

TARGET_DIRECTORY
TEXT
A Truss directory. Defaults to current directory.
Example: To view logs from the current Truss container, use the following:
truss container logs