the container to attach
the input stream
the output stream
the error strean
a ReadWriteStream for the container
Creates a Docker container
the docker daemon that controls the container
the image the container uses
an array that holds the command for the container
an array of VolumeDefinitions
the Container
Imports an image if it does not exist, resolving when the image is imported.
The docker daemon with which the image will be stored
The name of the image to pull
a callback for when the progress of the image import updates
Starts the import of an image
The docker daemon with which the image will be stored
The name of the image to pull
a ReadableStream to track the progress of the import
Returns information about the containers
The docker daemon to pull information from
an array of ContainerInfo
Returns information about the images
The docker daemon to pull information from
an array of ImageInfo
Removes the container
the container to remove
Stops the container
the container to stop
Generated using TypeDoc
Attaches input, output, and error streams to a container