Class Docker.Entrypoint

java.lang.Object
org.openrewrite.docker.tree.Docker.Entrypoint
All Implemented Interfaces:
Docker, Docker.Instruction, org.openrewrite.Tree
Enclosing interface:
Docker

public static class Docker.Entrypoint extends Object implements Docker.Instruction
ENTRYPOINT instruction - configures container to run as executable
  • Constructor Details

    • Entrypoint

      public Entrypoint()
  • Method Details