ImageJSON

case class ImageJSON(created: Option[DockerDate], 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

See also:
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product