Preparing search index...
The search index is not available
buildahcker
buildahcker
Container
Class Container
Implements
StepExecutor
Index
Properties
options?
Accessors
mount
Path
name
Methods
commit
execute
Step
mount
remove
resolve
resolve
Parent
run
temp
Folder
to
Path
In
Container
from
Properties
Optional
options
options
?:
ContainerOptions
Accessors
mount
Path
get
mountPath
(
)
:
string
Returns
string
name
get
name
(
)
:
string
Returns
string
Methods
commit
commit
(
__namedParameters
?
)
:
Promise
<
string
>
Parameters
__namedParameters
:
CommitOptions
= {}
Returns
Promise
<
string
>
execute
Step
execute
Step
(
step
)
:
Promise
<
void
>
Parameters
step
:
Step
Returns
Promise
<
void
>
mount
mount
(
)
:
Promise
<
string
>
Returns
Promise
<
string
>
remove
remove
(
)
:
Promise
<
void
>
Returns
Promise
<
void
>
resolve
resolve
(
subPath
,
strictDotDot
?
)
:
Promise
<
string
>
Parameters
subPath
:
string
Optional
strictDotDot
:
boolean
Returns
Promise
<
string
>
resolve
Parent
resolve
Parent
(
subPath
,
strictDotDot
?
)
:
Promise
<
string
>
Parameters
subPath
:
string
Optional
strictDotDot
:
boolean
Returns
Promise
<
string
>
run
run
(
command
,
buildahOptions
?
)
:
Promise
<
{
stderr
:
Buffer
;
stdout
:
Buffer
;
}
>
Parameters
command
:
string
[]
buildahOptions
:
string
[]
= []
Returns
Promise
<
{
stderr
:
Buffer
;
stdout
:
Buffer
;
}
>
temp
Folder
temp
Folder
(
)
:
Promise
<
{
pathInContainer
:
string
;
pathInHost
:
string
;
remove
:
(
(
)
=>
Promise
<
void
>
)
;
}
>
Returns
Promise
<
{
pathInContainer
:
string
;
pathInHost
:
string
;
remove
:
(
(
)
=>
Promise
<
void
>
)
;
}
>
to
Path
In
Container
to
Path
In
Container
(
absolutePath
)
:
string
Parameters
absolutePath
:
string
Returns
string
Static
from
from
(
image
,
options
?
)
:
Promise
<
Container
>
Parameters
image
:
string
Optional
options
:
ContainerOptions
Returns
Promise
<
Container
>
Settings
Theme
OS
Light
Dark
On This Page
options
mount
Path
name
commit
execute
Step
mount
remove
resolve
resolve
Parent
run
temp
Folder
to
Path
In
Container
from
buildahcker
Loading...
Generated using
TypeDoc