Interface DockerFileTemplateHandler


public interface DockerFileTemplateHandler
Custom DockerFile template handler.
Author:
Ales Justin
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    apply(OutputStream outputStream)
    Apply any custom cmd, envs, etc to DockerFile template outputStream.
  • Method Details

    • apply

      void apply(OutputStream outputStream) throws IOException
      Apply any custom cmd, envs, etc to DockerFile template outputStream.
      Parameters:
      outputStream - the DockerFile template output stream
      Throws:
      IOException - for any I/O error