PlatformsΒΆ

IDM includes commands for managing the local platform. To see the list of commands type the following at a command prompt.

$ idmtools local --help
INI File Used: /home/runner/work/idmtools/idmtools/idmtools/docs/idmtools.ini
Usage: idmtools local [OPTIONS] COMMAND [ARGS]...

  Commands related to managing the local platform

Options:
  --run-as TEXT  Change the default user you run docker containers as. Useful
                 is situations where you need to access docker with sudo.
                 Example values are "1000:1000"

  --help         Show this message and exit.

Commands:
  down     Shutdown the local execution platform(and optionally delete data
  info
  restart  Restart the local execution platform
  start    Start the local execution platform
  status   Check the status of the local execution platform
  stop

The platform settings are contained in the idmtools.ini file. For more information, see Configuration.