diff --git a/docs/faq.md b/docs/faq.md index 1a126c8b..705db653 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -18,7 +18,7 @@ doesn't support nested virtualization. ## Connecting to a service running on host To connect from within a virtual machine to a service running on the host machine -please first make sure that the service is binded to `0.0.0.0`. +please first make sure that the service is bound to `0.0.0.0`. Then from within a virtual machine you can access the service using the router's IP address that you can get either from `Preferences -> Network` or by running the following command in the Terminal: @@ -29,7 +29,7 @@ netstat -nr | grep default | head -n 1 | awk '{print $2}' Note: that accessing host is only possible with the default NAT network. If you are running your virtual machines with [Softnet](https://github.com/cirruslabs/softnet) (via `tart run --net-softnet )`, then the network isolation -is stricter and it's not only possible to access the host. +is stricter and it's not possible to access the host. ## Changing the default NAT subnet @@ -97,7 +97,7 @@ or features supported. If there is some feature missing please don't hesitate to Instead of Anka Registry, Tart can work with any OCI-compatible container registry. This provides a much more consistent and scalable experience for distributing virtual machines. -Tart doesn't yet have an analogue of Anka Controller for managing long living VMs but [soon will be](https://github.com/cirruslabs/tart/issues/372). +Tart does have an analogue of Anka Controller for managing VMs across a cluster of Mac hosts called [Orchard](orchard/quick-start.md). ## Automatic pruning diff --git a/docs/integrations/vm-management.md b/docs/integrations/vm-management.md index 0a9fc7ac..4d8202f0 100644 --- a/docs/integrations/vm-management.md +++ b/docs/integrations/vm-management.md @@ -7,7 +7,7 @@ description: Use Packer to build custom VM images, configure VMs and work with r ## Creating from scratch -Tart supports macOS and Linux virtual machines. All commands like `run` and `pull` work the same way regarding of the underlying OS a particular VM image has. +Tart supports macOS and Linux virtual machines. All commands like `run` and `pull` work the same way regardless of the underlying OS a particular VM image has. The only difference is how such VM images are created. Please check sections below for [macOS](#creating-a-macos-vm-image-from-scratch) and [Linux](#creating-a-linux-vm-image-from-scratch) instructions. ### Creating a macOS VM image from scratch