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
Add MachineRootfs struct with Persist and SizeGB fields, add Rootfs
field to MachineConfig, and deprecate MachineGuest.PersistRootfs.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
// @description The Machine restart policy defines whether and how flyd restarts a Machine after its main process exits. See https://fly.io/docs/machines/guides-examples/machine-restart-policy/.
418
423
typeMachineRestartstruct {
419
424
// * no - Never try to restart a Machine automatically when its main process exits, whether that’s on purpose or on a crash.
0 commit comments