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
PR #139 adds an option that should disable any file creation and allow argo-based servers to run on read-only file systems. However, it's possible that we've missed file creation, or that we could add some in the future. Testing this will require some significant infrastructure, but I suspect that creating a Docker image containing file-echo-api and running it with docker run --read-only will probably get us pretty far.
The text was updated successfully, but these errors were encountered:
PR #139 adds an option that should disable any file creation and allow
argo
-based servers to run on read-only file systems. However, it's possible that we've missed file creation, or that we could add some in the future. Testing this will require some significant infrastructure, but I suspect that creating a Docker image containingfile-echo-api
and running it withdocker run --read-only
will probably get us pretty far.The text was updated successfully, but these errors were encountered: