Package org.jclouds.docker
Interface DockerApi
-
- All Superinterfaces:
AutoCloseable,Closeable
public interface DockerApi extends Closeable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ContainerApigetContainerApi()ImageApigetImageApi()MiscApigetMiscApi()NetworkApigetNetworkApi()
-
-
-
Method Detail
-
getMiscApi
MiscApi getMiscApi()
-
getContainerApi
ContainerApi getContainerApi()
-
getImageApi
ImageApi getImageApi()
-
getNetworkApi
NetworkApi getNetworkApi()
-
-