mirror of
https://github.com/tale/headplane.git
synced 2026-08-21 02:06:37 +00:00
fix: properly support default/fallback in arktype
This commit is contained in:
@@ -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()}`,
|
||||
|
||||
Reference in New Issue
Block a user