Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Image

Class representing an image

Hierarchy

  • Image

Index

Constructors

Properties

Methods

Constructors

constructor

  • new Image(modem: Modem, id: String): Image
  • Creates a new image

    Parameters

    • modem: Modem

      Modem to connect to the remote service

    • id: String

      Container id

    Returns Image

Properties

data

data: Object

id

id: String

modem

modem: Modem

Methods

get

  • get(opts?: Object): Promise<Object>

history

  • history(opts?: Object): Promise<Array<Object>>

push

  • push(auth?: Object, opts?: Object): Promise<Object>

remove

  • remove(opts?: Object): Promise<Array<Object>>

status

  • status(opts?: Object): Promise<Image>

tag

  • tag(opts?: Object): Promise<Image>

Generated using TypeDoc