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
Right now, the config is always stored under $(pwd)/$name
Having the flexibility to point to a completely different base directory where to store config would be nice and particularly useful in the context of hardened docker images where typically only a specific volume is rw while the rest of the image is read-only.
I'll send a PR as a suggestion to allow this.
The text was updated successfully, but these errors were encountered:
Right now, the config is always stored under $(pwd)/$name
Having the flexibility to point to a completely different base directory where to store config would be nice and particularly useful in the context of hardened docker images where typically only a specific volume is rw while the rest of the image is read-only.
I'll send a PR as a suggestion to allow this.
The text was updated successfully, but these errors were encountered: