Replies: 1 comment 1 reply
-
I think this is fully opt-in, as in you need to handle it yourself? There is proxy propagation, with |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How would you approach storing credentials, such as Docker or NPM auth tokens, with the Lima VM?
I can imagine one way to do it would be to mount the
.docker/
directory and the.npmrc
file from the host so that the guest can write to those locations and the credentials can be persisted on the host but perhaps there are better ways?Beta Was this translation helpful? Give feedback.
All reactions