Preparing search index...
The search index is not available
@composecraft/docker-compose-lib
@composecraft/docker-compose-lib
BuildConstructor
Interface BuildConstructor
interface
BuildConstructor
{
args
?:
KeyValue
[]
;
context
:
string
;
dockerfile
?:
string
;
extra_hosts
?:
string
[]
;
labels
?:
KeyValue
[]
;
no_cache
?:
boolean
;
platforms
?:
string
[]
;
privileged
?:
boolean
;
pull
?:
boolean
;
secrets
?:
string
[]
;
shm_size
?:
ByteUnits
;
ssh
?:
KeyValue
[]
;
tags
?:
string
[]
;
target
?:
string
;
}
Index
Properties
args?
context
dockerfile?
extra_
hosts?
labels?
no_
cache?
platforms?
privileged?
pull?
secrets?
shm_
size?
ssh?
tags?
target?
Properties
Optional
args
args
?:
KeyValue
[]
context
context
:
string
Optional
dockerfile
dockerfile
?:
string
Optional
extra_
hosts
extra_hosts
?:
string
[]
Optional
labels
labels
?:
KeyValue
[]
Optional
no_
cache
no_cache
?:
boolean
Optional
platforms
platforms
?:
string
[]
Optional
privileged
privileged
?:
boolean
Optional
pull
pull
?:
boolean
Optional
secrets
secrets
?:
string
[]
Optional
shm_
size
shm_size
?:
ByteUnits
Optional
ssh
ssh
?:
KeyValue
[]
Optional
tags
tags
?:
string
[]
Optional
target
target
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
args
context
dockerfile
extra_
hosts
labels
no_
cache
platforms
privileged
pull
secrets
shm_
size
ssh
tags
target
@composecraft/docker-compose-lib
Loading...