We would like the trybots to be able to run a docker container.
The discovery site needs a postgres database to run tests, and we've been starting it in our CI with docker run.
An alternative would be to install postgres in the trybot image, but that's probably more difficult and definitely less general.