make a reload script

This commit is contained in:
Sebastian
2023-12-29 06:31:47 +01:00
parent 6969049fce
commit dce7b8b832

3
reload_dshackle.sh Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/bash
docker ps -q -f "name=dshackle" | xargs -r docker kill --signal=HUP