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
My VPS instances are short-lived (ie: I frequently create/destroy/start/stop VPS instances)
Is there a way to feed in a response file to algo such that the deployment is completely non-interactive?
Running docker run -it -v /home/algo/server1:/data ghcr.io/trailofbits/algo requires several inputs (eg: provider, server name, etc.). I would like to provide a response file so no user input is needed.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
My VPS instances are short-lived (ie: I frequently create/destroy/start/stop VPS instances)
Is there a way to feed in a response file to
algo
such that the deployment is completely non-interactive?Running
docker run -it -v /home/algo/server1:/data ghcr.io/trailofbits/algo
requires several inputs (eg: provider, server name, etc.). I would like to provide a response file so no user input is needed.Beta Was this translation helpful? Give feedback.
All reactions