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
You can individually mount the memfs or the hostfs on arbitrary paths in the enclave fs.
BREAKING: The memfs is now mounted at / by default instead of the hostfs. If your app needs access to the hostfs, you should mount only those paths that it requires. You can also mount the full hostfs as root to retain the behavior of EGo v0.1.x, but this is not recommended.
You can now configure environment variables with hardcoded values or allow them to be taken over from the host.