Skip to content
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

[Feature Request] Ability to pull & deploy new (latest) image of a already deployed container #131

Closed
fhmbrg opened this issue Oct 1, 2020 · 2 comments

Comments

@fhmbrg
Copy link

fhmbrg commented Oct 1, 2020

It would be nice if there is a way to pull and deploy the latest image for a running container out of Yacht.

Yes, there is Watchtower which offers this ability and I'm already using it in "check-only-mode" as I want to be in control of if/when a container shall be updated.

Right now I have to use CLI and stop/remove a container, pull the latest image and deploy it again, or didn't I realise that there is a way from within Yacht right now?

@SelfhostedPro
Copy link
Owner

Check out the devel tag. I've added updates there. When you click on the update button it runs watchtower with the --run-once tag and adds the name of the container you're updating to the targets. Essentially this allows for 1 click updates utilizing watchtower (you don't need to have it deployed as it will spin up its own instance).

@fhmbrg
Copy link
Author

fhmbrg commented Oct 1, 2020

That sounds fantastic, will give it a try when I'm back home.

@fhmbrg fhmbrg closed this as completed Oct 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants