Do you work with Ruby and like Docker? I advise you to pay attention to donce (https://github.com/yegor256/donce) gem.
This is a simple but effective wrapper around the docker run command that allows you to run one-off containers of an image you specify.

#Ruby #Docker #donce #Test #CI