We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 908c5a7 commit ccd73a7Copy full SHA for ccd73a7
README.md
@@ -137,10 +137,11 @@ Linux
137
138
Detailed usage:
139
140
-- Run `limactl start <INSTANCE>` to start the Linux instance.
+- Run `limactl start <INSTANCE> [--tty=false]` to start the Linux instance.
141
The default instance name is "default".
142
Lima automatically opens an editor (`vi`) for reviewing and modifying the configuration.
143
Wait until "READY" to be printed on the host terminal.
144
+ `--tty=false` disables the interactive prompt to open an editor.
145
146
- Run `limactl shell <INSTANCE> <COMMAND>` to launch `<COMMAND>` on Linux.
147
For the "default" instance, this command can be shortened as `lima <COMMAND>`.
0 commit comments