topgrade-rs / topgrade

Upgrade all the things
GNU General Public License v3.0
2.07k stars 141 forks source link

Add use_sudo to containers? #980

Open Kreeblah opened 2 weeks ago

Kreeblah commented 2 weeks ago

I want to suggest some general feature

I'm hoping that there might be an option at some point to add use_sudo to the containers step, like it can be used for npm. I have some containers which run under the root user, and would like to be able to update them remotely via topgrade, but I have root logins disabled via SSH.

More information

Happy to build from a branch and test this out if it's implemented.