Packages

trait DockerConfig extends Module

Linear Supertypes
define.Module, Cacher, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DockerConfig
  2. Module
  3. Cacher
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def baseImage: T[String]
  6. final def build: Target[Seq[String]]
  7. def cachedTarget[T](t: => T)(implicit c: Enclosing): T
    Attributes
    protected[this]
    Definition Classes
    Cacher
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  9. def dockerfile: T[String]
  10. def envVars: T[Map[String, String]]

    Environment variables to be set in the container.

    Environment variables to be set in the container.

    See also the Docker docs on ENV for more information.

    Annotations
    @Scaladoc()
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  13. def executable: T[String]

    The name of the executable to use, the default is "docker".

    The name of the executable to use, the default is "docker".

    Annotations
    @Scaladoc()
  14. def exposedPorts: T[Seq[Int]]

    TCP Ports the container will listen to at runtime.

    TCP Ports the container will listen to at runtime.

    See also the Docker docs on ports for more information.

    Annotations
    @Scaladoc()
  15. def exposedUdpPorts: T[Seq[Int]]

    UDP Ports the container will listen to at runtime.

    UDP Ports the container will listen to at runtime.

    See also the Docker docs on ports for more information.

    Annotations
    @Scaladoc()
  16. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  17. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. def labels: T[Map[String, String]]
  21. implicit def millModuleBasePath: BasePath
    Definition Classes
    Module
  22. lazy val millModuleDirectChildren: Seq[define.Module]
    Definition Classes
    Module
  23. implicit def millModuleExternal: External
    Definition Classes
    Module
  24. implicit def millModuleSegments: Segments
    Definition Classes
    Module
  25. implicit def millModuleShared: Foreign
    Definition Classes
    Module
  26. def millOuterCtx: Ctx
    Definition Classes
    Module
  27. def millSourcePath: Path
    Definition Classes
    Module
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. def pullBaseImage: T[Boolean]
  32. final def push(): Command[Unit]
  33. def run: T[Seq[String]]

    Commands to add as RUN instructions.

    Commands to add as RUN instructions.

    See also the Docker docs on RUN for more information.

    Annotations
    @Scaladoc()
  34. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  35. def tags: T[Seq[String]]

    Tags that should be applied to the built image In the standard registry/repository:tag format

    Tags that should be applied to the built image In the standard registry/repository:tag format

    Annotations
    @Scaladoc()
  36. def toString(): String
    Definition Classes
    Module → AnyRef → Any
  37. def user: T[String]

    Any applicable string to the USER instruction.

    Any applicable string to the USER instruction.

    An empty string will be ignored and will result in USER not being specified. See also the Docker docs on USER for more information.

    Annotations
    @Scaladoc()
  38. def volumes: T[Seq[String]]

    The names of mount points.

    The names of mount points.

    See also the Docker docs on volumes for more information.

    Annotations
    @Scaladoc()
  39. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  40. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  41. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from define.Module

Inherited from Cacher

Inherited from AnyRef

Inherited from Any

Ungrouped