The Docker backend
The docker 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 docker you can change the image in the config file:
docker:
execution:
container:
image: your/image
You can read more in the reference manual