-
Improvement
-
Resolution: Won't Do
-
Minor
Generates Dockerfile programmatically from DockerContainer instead of relying to docker fixture directory.
In this way a DockerContainer is able to generate its own Dockerfile structure without depending on other directory. Moreover it will make DockerContainer more compact since all information and everything that it is required for building the container will be at same place.
An example of how a class would look like:
Notice that now the fixture class is compact as it contains all the information it requires in a single source.