-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Customize Mount Name #14
Comments
There are a few ways I can think of doing this Method 1:
|
Right now, mounts are uniquely identified based on the devcontainer ID (
${devcontainerId}-gh-cli
). The benefits are that every login is separate, so you can log into different accounts in different devcontainers.The main drawback is that you have to re-login for every devcontainer. Customizing the mount name would allow users to specify a name like "devcontainer-gh-cli" that is shared among all devcontainers that also have the same name. This allows for greater flexibility with sharing github cli logins.
I just have to figure out if the mount values can vary based on the inputs...
The text was updated successfully, but these errors were encountered: