fix: properly support default/fallback in arktype
This commit is contained in:
parent
769674ab07
commit
d25e5fd883
3 changed files with 26 additions and 4 deletions
|
|
@ -133,6 +133,11 @@ export default class DockerIntegration extends Integration<T> {
|
|||
),
|
||||
});
|
||||
|
||||
log.debug(
|
||||
'config',
|
||||
'Requesting Docker containers with filters: %s',
|
||||
qp.toString(),
|
||||
);
|
||||
const res = await this.client.request({
|
||||
method: 'GET',
|
||||
path: `/v1.30/containers/json?${qp.toString()}`,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue