opendexnetwork / opendex-docker

Streamlined setup of OpenDEX via Docker 🐳
GNU Affero General Public License v3.0
4 stars 1 forks source link

feat: bring back updates checking logic #19

Open Maith8Ae opened 3 years ago

Maith8Ae commented 3 years ago

This PR brings back the original updates checking logic. It includes checking of images and containers. The containers update checking is the most tricky part when using docker-compose.

This PR also provides a separate subcommand "update" to just update. It can be used like:

opendex-launcher update
opendex-launcher update -y # --yes without confirmation question

This is also a prerequisite PR for interactive setup. In interactive setup, it will invoke update; in non-interactive setup, it will invoke update -y. And you could specify --noupdates to turn off updates checking in setup.