Documentation ¶
Index ¶
Constants ¶
View Source
const ( // TimeoutInS is the wait duration for common operations. TimeoutInS = 30 * time.Second // LongTimeoutInS is the wait duration for long operations such as PullImage. LongTimeoutInS = 120 * time.Second // Maximum scan duration MaxScanDurationInMins int = 30 )
Wait durations for a response from the Docker daemon before returning an error to the caller.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.