Skip to content

Commit

Permalink
docs: explain how to shell into the VM (#197)
Browse files Browse the repository at this point in the history
## Notes

- We have seen this question several times, so maybe we want to add it
to FAQ to automate the process.
- I thought about creating a separate file for FAQ, but maybe it makes
more sense to do so when the size of FAQ increases to some extent (e.g.,
https://github.com/containerd/nerdctl/blob/main/docs/faq.md).

## License Acceptance

By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 license.

Signed-off-by: Hsing-Yu (David) Chen <[email protected]>
  • Loading branch information
davidhsingyuchen authored Feb 1, 2023
1 parent 7aaa381 commit 644d9c1
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,16 @@ additional_directories:
- path: /Volumes
```
### FAQ
This section contains frequently-asked questions regarding working with Finch.
#### How to shell into the VM?
```sh
LIMA_HOME=/Applications/Finch/lima/data /Applications/Finch/lima/bin/limactl shell finch
```

## What's next?

We are excited to start this project in the open, and we'd love to hear from you. If you have ideas or find bugs please open an issue. Please feel free to start a discussion if you have something you'd like to propose or brainstorm. Pull requests are welcome, as well! See the [CONTRIBUTING](CONTRIBUTING.md) doc for more info on contributing, and the path to reviewer and maintainer roles for those interested.
Expand Down

0 comments on commit 644d9c1

Please sign in to comment.