stop-system.sh
SYNOPSIS
stop-system.sh [config-name]
DESCRIPTION
Stop running Docker containers based on the layout of the Docker Compose file for the specified configuration. If no configuration is provided, use b200_arm64
.
OPTIONS
- config-name
The name of the configuration in the
configs
directory. Defaults tob200_arm64
.
EXAMPLES
stop-system.sh
stop-system.sh rfsim_arm64
SEE ALSO
start-system.sh