Skip to content

Add MountWritable for setting writable default #1884

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

Closed
wants to merge 1 commit into from

Conversation

afbjorklund
Copy link
Member

@afbjorklund afbjorklund commented Oct 5, 2023

Previously setting --mount-writable=false would turn off the writable for "/tmp/lima", which was undocumented.

Make it a global config, so that it is easy to change in the future (and easy to revert in local config, too)

Issue #1872

Note: this does not change the default (it is still false), it just makes it possible to change (in one place)

Previously setting --mount-writable=false would turn off
the writable for "/tmp/lima", which was undocumented.

Make it a global config, so that it is easy to change in
the future (and easy to revert in local config, too)

Signed-off-by: Anders F Björklund <[email protected]>
@AkihiroSuda
Copy link
Member

AkihiroSuda commented Oct 5, 2023

Sorry, I don't feel I prefer this.

Previously setting --mount-writable=false would turn off the writable for "/tmp/lima", which was undocumented.

Can we just document this?

@afbjorklund
Copy link
Member Author

It was documented in the flags help, and when used in docs it was always true

@afbjorklund afbjorklund closed this Oct 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants