dlang-tour v1.2.3 (2020-09-05T05:18:21Z)
Home
Dub
Repo
Docker
exec
docker
Undocumented in source.
class
Docker :
IExecProvider
{
this
(int timeLimitInSeconds, int maximumOutputSize, int maximumQueueSize, int memoryLimitMB, string dockerBinaryPath, bool waitUntilPulled);
Tuple
!(
string
,
"output"
,
bool
,
"success"
)
compileAndExecute
(RunInput input);
Package
[]
installedPackages
();
}
Constructors
this
this
(int timeLimitInSeconds, int maximumOutputSize, int maximumQueueSize, int memoryLimitMB, string dockerBinaryPath, bool waitUntilPulled)
Undocumented in source.
Members
Functions
compileAndExecute
Tuple
!(
string
,
"output"
,
bool
,
"success"
)
compileAndExecute
(RunInput input)
Undocumented in source. Be warned that the author may not have intended to support it.
installedPackages
Package
[]
installedPackages
()
Undocumented in source. Be warned that the author may not have intended to support it.
Inherited Members
From IExecProvider
RunInput
struct
RunInput
Undocumented in source.
compileAndExecute
Tuple
!(
string
,
"output"
,
bool
,
"success"
)
compileAndExecute
(RunInput input)
Undocumented in source.
installedPackages
Package
[]
installedPackages
()
Undocumented in source.
Meta
Source
See Implementation
exec
docker
classes
Docker