To run an experiment using docker you should specify the docker image when defining the experiment, then use the `--docker` flag when using `beat.cmdline`::
$ beat experiment run --docker <experiment name>
You can find more information about running experiments locally using different executors in :ref:`here <beat-cmdline-experiments-running>`.