Interface DockerFileTemplateHandler
public interface DockerFileTemplateHandler
Custom DockerFile template handler.
- Author:
- Ales Justin
-
Method Summary
Modifier and TypeMethodDescriptionvoidapply(OutputStream outputStream) Apply any custom cmd, envs, etc to DockerFile template outputStream.
-
Method Details
-
apply
Apply any custom cmd, envs, etc to DockerFile template outputStream.- Parameters:
outputStream- the DockerFile template output stream- Throws:
IOException- for any I/O error
-