> +
> +import java.io.Closeable;
> +
> +/**
> + * Provides synchronous access to Docker.
> + *
> + * @author Andrea Turli
> + * @see <a 
> href="http://docs.docker.io/en/latest/api/docker_remote_api_v1.8/#docker-remote-api-v1-8";></a>
> + */
> +public interface DockerApi extends Closeable {
> +
> +   /**
> +    * Provides synchronous access to Docker Remote API features.
> +    */
> +   @Delegate
> +   RemoteApi getRemoteApi();

Potentially as they supports many APIs 
http://docs.docker.io/en/latest/reference/api/

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/57/files#r10843226

Reply via email to