Skip to content

Investigate possible values for dockerInfo.Architecture #35

@vprovaggi

Description

@vprovaggi

To assess the type of architecture of the host we invoke the info on docker cli.

const result = await ddClient.docker.cli.exec('info', [
      '--format',
      '"{{json .}}"',
    ]);

Which are the possible values of the field Architecture?

So far this is they type we are using

    arch: 'none' | 'x86_64' | 'aarch64';

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions