Class Exec

java.lang.Object
org.jclouds.docker.domain.Exec

public abstract class Exec extends Object
Represents a response from Exec Create call (POST /containers/(id)/exec).
  • Constructor Details

    • Exec

      public Exec()
  • Method Details

    • id

      public abstract String id()
    • create

      public static Exec create(String id)