From d0529a9a7293b19902133ff2a70546f91567e1db Mon Sep 17 00:00:00 2001 From: "nicolas.dorier" Date: Mon, 1 Apr 2019 17:03:11 +0900 Subject: [PATCH] Add btcpay-clean script --- btcpay-clean.sh | 3 +++ helpers.sh | 1 + 2 files changed, 4 insertions(+) create mode 100755 btcpay-clean.sh diff --git a/btcpay-clean.sh b/btcpay-clean.sh new file mode 100755 index 0000000..f6ba599 --- /dev/null +++ b/btcpay-clean.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +docker image prune -af \ No newline at end of file diff --git a/helpers.sh b/helpers.sh index 4224887..4b755e1 100755 --- a/helpers.sh +++ b/helpers.sh @@ -17,6 +17,7 @@ install_tooling() { "btcpayserver_monacoind" "monacoin-cli.sh" "Command line for your Monacoin instance" \ "btcpayserver_trezarcoind" "trezarcoin-cli.sh" "Command line for your Trezar instance" \ "btcpayserver_viacoind" "viacoin-cli.sh" "Command line for your Viacoin instance" \ + "*" "btcpay-clean.sh" "Command line for deleting old unused docker images" \ "*" "btcpay-down.sh" "Command line for stopping all services related to BTCPay Server" \ "*" "btcpay-restart.sh" "Command line for restarting all services related to BTCPay Server" \ "*" "btcpay-setup.sh" "Command line for restarting all services related to BTCPay Server" \