The DockerRun
backend
The dockerrun
backend launches a container using the Docker API. The default configuration connects the Docker socket on its default path.
Changing the container image¶
The container image depends on the backend you are using. For dockerrun
you can change the image in the config file:
dockerrun:
config:
container:
image: your/image
You can read more in the reference manual