You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Granted, curl | bash feels scary, but things can be done in a sane way, by making the script easy to review, and by allowing a signature to be verified before execution.
All the steps currently required to install a running container could be performed by an interactive script, that:
Installs Docker if required
Ask the user about the name of their resolver, the IP address, if they want to enable relayinbg, etc.
Does everything else automatically. Maybe installing watchtower for automated updates by the way.
The text was updated successfully, but these errors were encountered:
Granted,
curl | bash
feels scary, but things can be done in a sane way, by making the script easy to review, and by allowing a signature to be verified before execution.All the steps currently required to install a running container could be performed by an interactive script, that:
watchtower
for automated updates by the way.The text was updated successfully, but these errors were encountered: