* Iterate over Orchard Architecture description
* Document Orchard Controller customization (e.g. --listen-ssh)
* New section: "Using Orchard CLI"
* Fix Markdown unordered list indentation
* Fix "fenced code blocks should have a language specified"
* the context → a context
* Clarify different port
* Simplify labels explanation
* Studios → Studio
* Better explain resources
* crate → create
* only to place → only place
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Surround "Using resources when creating VMs" header by blank lines
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* docs(FAQ): document unsupported DHCP client identifiers
* New section "Resolving the VMs IP with bridged networking"
And a more clearer explanation of what "tart ip" does.
* Remove extraneous space in ` --resolver=arp`
* Better section name
* Add a note about Linux talkativeness
* Explain "talkativeness" a bit better
* Document how to mount the shared directory on Linux at boot time
* Use admonition
Co-authored-by: Fedor Korotkov <fedor.korotkov@gmail.com>
---------
Co-authored-by: Fedor Korotkov <fedor.korotkov@gmail.com>
5x jump in price from Gold to Platinum is a bit too high. Most of known large deployments target 200-300 hosts. Let's accommodate such users by lowering Platinum tier.
* Document XL Cirrus Runners
Also tried to put everything about Cirrus Runners in one place rather than having the information spreaded between https://tart.run and https://github.com/apps/cirrus-runners.
Plus updated docs to use Sonoma.
* Apply suggestions from code review
Co-authored-by: Nikolay Edigaryev <edigaryev@gmail.com>
---------
Co-authored-by: Nikolay Edigaryev <edigaryev@gmail.com>
* Support wildcards in `credHelpers`
With #591 `tart pull` fails when for example you have `ecr-login` set as the default `credsStore` but you try to pull our images from `ghcr.io`.
This change reverts #591 and instead supports regex in `credHelpers`. This is not supported by Docker itself but highly demanded in https://github.com/docker/cli/issues/2928
I think it's fine to support it for Tart.
Additionally this change bumps the minimum host macOS version to Ventura in order to bring `Regex`. Yes, `Regex` only supported in Swift for macOS 13+ 🤦♂️I think it's fine in the light of Sonoma release and Tart 2.0.0.
* Removed Monterey mentions from docs