> +import org.jclouds.compute.options.TemplateOptions;
> +import org.jclouds.domain.LoginCredentials;
> +import org.jclouds.scriptbuilder.domain.Statement;
> +
> +import com.google.common.base.Objects;
> +import com.google.common.base.Optional;
> +import com.google.common.collect.ImmutableMap;
> +
> +/**
> + * Contains options supported in the {@code ComputeService#runNode} 
> operation on the
> + * "docker" provider. <h2>Usage</h2> The recommended way to instantiate a
> + * DockerTemplateOptions object is to statically import 
> DockerTemplateOptions.* and invoke a static
> + * creation method followed by an instance mutator (if needed):
> + * <p/>
> + * <code>
> + * import static 
> org.jclouds.aws.ec2.compute.options.DockerTemplateOptions.Builder.*;

Wrong package? :)

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

Reply via email to