mirror of
https://github.com/kemko/nomad.git
synced 2026-01-08 03:15:42 +03:00
The Driver.Prestart method currently does very little but lays the foundation for where lifecycle plugins can interleave execution _after_ task environment setup but _before_ the task starts. Currently Prestart does two things: * Any driver specific task environment building * Download Docker images This change also attaches a TaskEvent emitter to Drivers, so they can emit events during task initialization.
9.2 KiB
9.2 KiB