Run fleetcommand-agent commands

  1. To run fleetcommand-agent commands, go to the default entrypoint for fleetcommand-agent:

    "Entrypoint": [ "python", "-m", "fleetcommand_agent"]

    This launches fleetcommand-agent in the container at /app/fleetcommand_agent.

  2. Launch fleetcommand-agent commands through docker run:

    docker run --rm quay.io/domino/fleetcommand-agent:v65 $COMMAND $ARGUMENTS

See the Command Reference for a list of commands and arguments.