Is your feature request related to a problem? Please describe.
As the redeployment and update of docker images isn't very known or intuitive to the customers, here an script which checks for updates and starts the latest akash air console.
Describe the solution you'd like
I worte a script that checks the local repo against the git repo, updates local repo and then builds the new docker image and finally starts it afterwards. A cleanup of the old image is also included.
So now the update/install process will be a one-click action or shell-command.
This wraps around your npm installer which makes it more convinient to use.
start-akash-air.sh
Describe alternatives you've considered
Wasting time doing this manually... Just kidding. I was annoyed of the docker upgrades so I built this
Search
Code of Conduct
Additional context
Akash rocks!
Is your feature request related to a problem? Please describe.
As the redeployment and update of docker images isn't very known or intuitive to the customers, here an script which checks for updates and starts the latest akash air console.
Describe the solution you'd like
I worte a script that checks the local repo against the git repo, updates local repo and then builds the new docker image and finally starts it afterwards. A cleanup of the old image is also included.
So now the update/install process will be a one-click action or shell-command.
This wraps around your npm installer which makes it more convinient to use.
start-akash-air.sh
Describe alternatives you've considered
Wasting time doing this manually... Just kidding. I was annoyed of the docker upgrades so I built this
Search
Code of Conduct
Additional context
Akash rocks!