Docker example: fixed scripts to run multiple instances
Fixed parenthesis typo in purge code
This commit is contained in:
parent
8f7ae33262
commit
7868cf0a0d
6 changed files with 30 additions and 31 deletions
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Name of container
|
||||
: ${NAME:=clixon-example}
|
||||
|
||||
# Kill all controller containers (optionally do `make clean`)
|
||||
sudo docker kill clixon-example 2> /dev/null # ignore errors
|
||||
|
||||
|
||||
|
||||
sudo docker kill $NAME 2> /dev/null # ignore errors
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue