Currently the temporary directory used by the "history" feature of nib is hard-coded (as /tmp/nib/config). This works great for the default installation of Docker for Mac as this directory is available to volume mount. However for alternative Docker on Mac solutions (e.g. Colima) this is not always the case. Consider allowing the user to specify an alternative location (or perhaps disable this feature 😱).
Currently the temporary directory used by the "history" feature of
nibis hard-coded (as/tmp/nib/config). This works great for the default installation of Docker for Mac as this directory is available to volume mount. However for alternative Docker on Mac solutions (e.g. Colima) this is not always the case. Consider allowing the user to specify an alternative location (or perhaps disable this feature 😱).