Is there a straightforward, concise way to build Docker Images with Fake? I'm looking at the API Doc's from Fake's site and I don't see anything Docker related. I can wrap the command line interface for docker, but I'd rather not re-invent the wheel if I don't need to.
I ended up just going the route of calling the command line