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
Let's support running macos_instance via tart the same way we have containers running via Docker/Podman.
macos_instance:
image: ghcr.io/cirruslabs/macos/monterey-vanilla:12.3.1user: custom-user # default is admin password: custom-password # default is admintask:
script: echo "Hello from Tart VM!"
The text was updated successfully, but these errors were encountered:
Let's support running
macos_instance
via tart the same way we havecontainer
s running via Docker/Podman.The text was updated successfully, but these errors were encountered: