-
Notifications
You must be signed in to change notification settings - Fork 761
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Docker update documentation #1170
Add Docker update documentation #1170
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you 👍
Consider compressing it into a single command? |
The prune should logically go after the pull as it will clean up and redundant images created by pulling new (updated) images |
Excellent, thanks for that feedback. Will update my own script.
…Sent from my iPhone
Chris Wanja
[email protected]
713.444.6999
On Jan 10, 2021, at 12:45 PM, John Maton ***@***.***> wrote:
Consider compressing it into a single command?
`
docker-compose down && docker system prune && docker-compose pull && docker-compose up -d
`
Not sure the prune is necessary, but I include it.
The prune should logically go after the pull as it will clean up and redundant images created by pulling new (updated) images
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Isn't the prune risky to run inbetween Use this instead: |
Never had a data loss issue with the |
It's already merged, but I wonder why the information is duplicated as it is in https://github.com/adriankumpf/teslamate/blob/master/website/docs/installation/docker.md and https://github.com/adriankumpf/teslamate/blob/master/website/docs/upgrading.mdx !? IMHO this should be referenced in the installation-documentation, but not duplicated... |
This PR adds some minor documentation about updating TeslaMate when installed with Docker.
This to help out with updating it when people are not too familiar with Docker.