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
I ran into a weird issue where running the command instructed in the README would error constantly:
docker run --rm -v $(pwd):/nasher squattingmonk/nasher:latest init --default
The error was as follows:
Initializing into /nasher
Creating package file at /nasher/nasher.cfg
Error: Cannot open /nasher/nasher.cfg
Error: Could not create package file at /nasher/nasher.cfg
After 2 days of fighting with it, I found that setting permissions was unreliable, but forcing docker to run under the current uid did work:
I ran into a weird issue where running the command instructed in the README would error constantly:
docker run --rm -v $(pwd):/nasher squattingmonk/nasher:latest init --default
The error was as follows:
After 2 days of fighting with it, I found that setting permissions was unreliable, but forcing docker to run under the current
uid
did work:Not sure if the preferred solution is to simply update the docs, but here ya go!
The text was updated successfully, but these errors were encountered: