Skip to main content
Module

x/docker_deno/image.ts>Image

A Docker client library for Deno with extra commands
Latest
class Image
import { Image } from "https://deno.land/x/docker_deno@v0.3.3/image.ts";

Constructors

new
Image(client: DockerClient)

Properties

private
client: DockerClient

Methods

create(name: string, config: ImageCreate): Promise<string>
list(options?: ImageListOptions): Promise<ImageList[]>
pull(name: string, config?: ImageCreate): Promise<string>