clixon/docker/example/cleanup.sh
Olof hagsand 7868cf0a0d Docker example: fixed scripts to run multiple instances
Fixed parenthesis typo in purge code
2023-02-10 11:51:41 +01:00

7 lines
172 B
Bash
Executable file

#!/bin/sh
# Name of container
: ${NAME:=clixon-example}
# Kill all controller containers (optionally do `make clean`)
sudo docker kill $NAME 2> /dev/null # ignore errors