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
How can I run a command (wget to download my own startup/provision script) after all is set and done in the image?
If I add commands to the end of the provisioning script, I don't get errors, but any time I try to download a file it's nowhere to be found at boot (even if I set, say, wget https://onefile.com/thisone.txt -O /workspace/my_startup.sh).
Can you please advise?
thanks!
The text was updated successfully, but these errors were encountered:
You are doing the right thing. Use the provisioning script to download and then execute whatever you need, or place the code directly into provisioning
Hi,
How can I run a command (
wget
to download my own startup/provision script) after all is set and done in the image?If I add commands to the end of the provisioning script, I don't get errors, but any time I try to download a file it's nowhere to be found at boot (even if I set, say,
wget https://onefile.com/thisone.txt -O /workspace/my_startup.sh
).Can you please advise?
thanks!
The text was updated successfully, but these errors were encountered: