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
We need to include some config files inside the bin releases
Why?
When the neo-local bin is executed, some containers need config files and we cannot know where are those files in the host filesystem.
So the solution is to use a packager that includes all external files inside the binary to be release.
That way we can use a virtual memory filesystem or write down to a known folder all those files.
Describe the Solution
We need to include some config files inside the bin releases
Why?
When the neo-local bin is executed, some containers need config files and we cannot know where are those files in the host filesystem.
So the solution is to use a packager that includes all external files inside the binary to be release.
That way we can use a virtual memory filesystem or write down to a known folder all those files.
Additional Context
Some part can be done with this:
https://github.com/gobuffalo/packr
The text was updated successfully, but these errors were encountered: