Skip to main content
Version: 0.75.9

engine start

The Kurtosis engine starts automatically when you run any command that interacts with the engine, such as kurtosis enclave add, but there may be times where the engine has been stopped and you may need to start it again (e.g. starting the engine on a specific version). To do so, run:

kurtosis engine start

This command will do nothing if the Kurtosis engine is already running.

You may optionally pass in the following flags with this command:

  • --log-level: The level that the started engine should log at. Options include: panic, fatal, error, warning, info, debug, or trace. The engine logs at the info level by default.
  • --version: The version (Docker tag) of the Kurtosis engine that should be started. If not set, the engine will start up with the default version.