Building and running docker images

The easiest way to build docker image from Model is to use build_image(). If you need more customizable solution and/or don’t need image metadata persistence you can use :DockerBuilder class manually. However if you need to customize even more, you can manually implement ProviderBase and BuilderBase classes.