Add missing sub-command
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@ -58,7 +58,7 @@ run_stack_wait() {
|
|||||||
|
|
||||||
run_purge() {
|
run_purge() {
|
||||||
echo "--- start purge ---"
|
echo "--- start purge ---"
|
||||||
docker -H "$DOCKER_HOST" prune --all --volumes --force
|
docker -H "$DOCKER_HOST" system prune --all --volumes --force
|
||||||
echo "--- end purge ---"
|
echo "--- end purge ---"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user