We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bbe7d2 commit f2653b9Copy full SHA for f2653b9
api/src/unraid-api/graph/resolvers/docker/docker.service.ts
@@ -129,6 +129,7 @@ export class DockerService implements OnModuleInit {
129
public transformContainer(container: Docker.ContainerInfo): DockerContainer {
130
return camelCaseKeys<DockerContainer>(
131
{
132
+ names: container.Names,
133
labels: container.Labels ?? {},
134
sizeRootFs: undefined,
135
imageId: container.ImageID,
0 commit comments