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
This issue #52 starts a conversation about supporting spin up flags in the shim. We can ingest these flags from the Container spec args array as follows:
My question is which of the flags we want to support. Some such as --listen address are clearly important as noted in #52 . The ones that preseed data, --key-value and --sqlite, could be argued as being uneccessary, especially given that these data sources are likely managed separately of the app lifecycle.
The text was updated successfully, but these errors were encountered:
I had a reason to use --disable-pooling recently on ARM64 and RISCV64 devices with smaller virtual memory address sizes so that would be nice (although this particular issue has been resolved automatically in spin now).
This issue #52 starts a conversation about supporting
spin up
flags in the shim. We can ingest these flags from the Container specargs
array as follows:These args can then be processed from the
RuntimeContext
passed intorun_trigger
.My question is which of the flags we want to support. Some such as
--listen
address are clearly important as noted in #52 . The ones that preseed data,--key-value
and--sqlite
, could be argued as being uneccessary, especially given that these data sources are likely managed separately of the app lifecycle.The text was updated successfully, but these errors were encountered: