@ac-essentials/cli
Preparing search index...
DockerContainerRunOptions
Interface DockerContainerRunOptions
interface
DockerContainerRunOptions
{
detach
?:
boolean
;
env
?:
Record
<
string
,
null
|
string
|
number
|
bigint
|
boolean
>
;
name
?:
string
;
publish
?:
string
[]
;
}
Index
Properties
detach?
env?
name?
publish?
Properties
Optional
detach
detach
?:
boolean
Optional
env
env
?:
Record
<
string
,
null
|
string
|
number
|
bigint
|
boolean
>
Optional
name
name
?:
string
Optional
publish
publish
?:
string
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
detach
env
name
publish
@ac-essentials/cli
Loading...