Package org.jclouds.docker.domain
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 Summary
Constructors Constructor Description Exec()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static Exec
create(String id)
abstract String
id()
-