PsContainer

harness.docker.DockerCommands$.PsContainer
See thePsContainer companion object
final case class PsContainer(ID: String, Names: String, Image: String, Command: String, CreatedAt: ZonedDateTime, Ports: List[Port], State: String, Status: String)

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product