-
To run
fleetcommand-agent
commands, go to the default entrypoint forfleetcommand-agent
:"Entrypoint": [ "python", "-m", "fleetcommand_agent"]
This launches
fleetcommand-agent
in the container at/app/fleetcommand_agent
. -
Launch
fleetcommand-agent
commands throughdocker run
:docker run --rm quay.io/domino/fleetcommand-agent:5.11.3.catalog-8cb5e60 $COMMAND $ARGUMENTS
See the Command Reference for a list of commands and arguments.