mirror of
https://github.com/kemko/nomad.git
synced 2026-01-07 19:05: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.
7.8 KiB
7.8 KiB