This commit provides a less-intrusive pruning of all images after
running an update.
Ideally, there would be a better prune filter but that appears to
require more granular tracking of images; including
btcpayserver/docker-compose-generator (which only pulls from latest).
This option should suffice for the time being.
* Mac OS support
* Mac OS support
* Improved output + fixed docker command not being linked
* Improved docker install
* Added manual installation message if needed
* Fixed issue with if … fi nesting + using double [[ ]] now as better practise
* Fixed indentation + using double [[ ]] everywhere
* More [[ ]] changes
* Fixed issue due to bad merge
* Empty if statement gives error
* Cannot set logging in /etc/docker/daemon.json for Mac
* Better quoting of $BASH_PROFILE_SCRIPT
* Removed comment + Added “elif”
* Added quotes
* Added quotes
* Removed TODO, BTCPay server works after reboot and all commands run fine.
* Fixed broken detection if line is already in $HOME/.bash_profile
* Do not announce internal hostname
* update environment on btcpay-update.sh
* Rename to btcpay_update_docker_env
* Properly quote enclose some env variables