ExecCmd

com.typesafe.sbt.packager.docker.ExecCmd
case class ExecCmd(cmd: String, args: String*) extends CmdLike

Executable command

Attributes

Example
ExecCmd("RUN", "chown", "-R", daemonUser, ".")
ExecCmd("ENTRYPOINT", "bin/%s" format execScript),
ExecCmd("CMD")
ExecCmd("VOLUME", exposedVolumes: _*)
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait CmdLike
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def makeContent: String

Creates the command which can be placed inside a Dockerfile.

Creates the command which can be placed inside a Dockerfile.

Attributes

Returns

the docker command

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product