> + > +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();
Fine by me then! --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/57/files#r11264992
