You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,6 +73,25 @@ Or use a config file
73
73
colima start --edit
74
74
```
75
75
76
+
## Using Templates
77
+
When you run the `colima template` command, Colima opens the default configuration in a temporary file using your editor (VS Code by default, if installed).
You can edit this temporary file as needed. Once you save and close the file in the editor, Colima automatically overwrites the default template config located at:
85
+
```sh
86
+
~/.colima/_templates/default.yaml
87
+
88
+
```
89
+
To see more options for working with templates, run:
90
+
```
91
+
colima template --help
92
+
93
+
```
94
+
76
95
## Runtimes
77
96
78
97
On initial startup, Colima initiates with a user specified runtime that defaults to Docker.
0 commit comments