Preparing search index...
The search index is not available
@jholtmeyer/docker-api-ts
@jholtmeyer/docker-api-ts
ProcessConfig
Interface ProcessConfig
ProcessConfig
interface
ProcessConfig
{
arguments
?:
string
[]
;
entrypoint
?:
string
;
privileged
?:
boolean
;
tty
?:
boolean
;
user
?:
string
;
}
Index
Properties
arguments?
entrypoint?
privileged?
tty?
user?
Properties
Optional
arguments
arguments
?:
string
[]
Optional
entrypoint
entrypoint
?:
string
Optional
privileged
privileged
?:
boolean
Optional
tty
tty
?:
boolean
Optional
user
user
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
arguments
entrypoint
privileged
tty
user
@jholtmeyer/docker-api-ts
Loading...
ProcessConfig