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 ContainerApi
getContainerApi()
ImageApi
getImageApi()
MiscApi
getMiscApi()
NetworkApi
getNetworkApi()
-
-
-
Method Detail
-
getMiscApi
MiscApi getMiscApi()
-
getContainerApi
ContainerApi getContainerApi()
-
getImageApi
ImageApi getImageApi()
-
getNetworkApi
NetworkApi getNetworkApi()
-
-