viva.docker.docker

Undocumented in source.

Members

Functions

runDockerBuild
string runDockerBuild(string imageName, string dockerFile)

build a dockerfile

runDockerContainerList
DockerContainerInfo[] runDockerContainerList()

lists all containers

runDockerShell
string runDockerShell(DockerOptions options)

run docker in a shell

Structs

DockerContainerInfo
struct DockerContainerInfo

struct holding info about a container

DockerOptions
struct DockerOptions

struct holding options for a docker operation

Meta