ImageJSON

container.DockerMetadata$.ImageJSON
case class ImageJSON(created: Option[String], author: Option[String], architecture: Option[String], os: Option[String], config: Option[ContainerConfig], rootfs: Option[RootFS], history: Option[List[HistoryEntry]], id: Option[String], parent: Option[String], docker_version: Option[String], container: Option[ContainerID], container_config: Option[ContainerConfig])

Image JSON (term from Terminology https://github.com/moby/moby/blob/master/image/spec/v1.2.md#terminology)

Representation of the metadata stored in the json file under the key Config in manifest.json

Attributes

See also
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