tugboat

Docker

case class Docker(hostStr: String = Docker.DefaultHost, http: Http = Docker.DefaultHttp, _auth: Option[AuthConfig] = None)(implicit ec: ExecutionContext) extends Requests with Product with Serializable

Entry point into docker communication

Linear Supertypes
Serializable, Serializable, Product, Equals, Requests, Methods, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Docker
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Requests
  7. Methods
  8. AnyRef
  9. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Docker(hostStr: String = Docker.DefaultHost, http: Http = Docker.DefaultHttp, _auth: Option[AuthConfig] = None)(implicit ec: ExecutionContext)

Type Members

  1. case class Auth(_cfg: AuthConfig) extends Completion[Unit] with Product with Serializable

    Definition Classes
    Methods
  2. case class Events(_since: Option[Long] = None, _until: Option[Long] = None) extends Stream[Event.Record] with Product with Serializable

    Definition Classes
    Methods

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  4. def as(config: AuthConfig): Docker

    Authenticate requests

  5. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  6. def auth(cfg: AuthConfig): Auth

    Definition Classes
    Methods
  7. def auth(user: String, password: String, email: String): Auth

    Definition Classes
    Methods
  8. val authConfig: Option[AuthConfig]

    Attributes
    protected
    Definition Classes
    Requests
  9. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def close(): Unit

    releases the underlying http client's resources.

    releases the underlying http client's resources. after close() is invoked, all behavior for this client is undefined

  11. def complete[A](req: Req)(implicit arg0: Rep[A]): Completion[A]

    Definition Classes
    Requests
  12. object containers

    Definition Classes
    Methods
  13. implicit val ec: ExecutionContext

    Attributes
    protected
    Definition Classes
    Requests
  14. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  15. def events: Events

    Definition Classes
    Methods
  16. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  18. def host: Req

    Definition Classes
    Requests
  19. val hostStr: String

  20. object images

    Definition Classes
    Methods
  21. def info: Completion[Info]

    Definition Classes
    Methods
  22. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  23. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  24. final def notify(): Unit

    Definition Classes
    AnyRef
  25. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  26. def ping: Completion[Unit]

    Definition Classes
    Methods
  27. def request[T](req: Req)(handler: Handler[T]): Future[T]

    Definition Classes
    Requests
  28. def secure(tls: TLS): Docker

    see also https://docs.docker.com/articles/https/

  29. def stream[A](req: Req)(implicit arg0: StreamRep[A]): Stream[A]

    Definition Classes
    Requests
  30. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  31. def version: Completion[Version]

    Definition Classes
    Methods
  32. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Requests

Inherited from Methods

Inherited from AnyRef

Inherited from Any

Ungrouped