Class Docker.Stopsignal

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

public static class Docker.Stopsignal extends Object implements Docker.Instruction
STOPSIGNAL instruction - sets the signal to stop the container
  • Constructor Details

    • Stopsignal

      public Stopsignal()
  • Method Details