containerd / nerdctl

contaiNERD CTL - Docker-compatible CLI for containerd, with support for Compose, Rootless, eStargz, OCIcrypt, IPFS, ...
Apache License 2.0
7.99k stars 594 forks source link

Windows system information missing in "nerdctl info" #3160

Closed TinaMor closed 2 months ago

TinaMor commented 3 months ago

Description

nerdctl info missing some information on Windows OS. The methods for this are currently not implemented

See infoutil_windows.go#L29-L36C2

Steps to reproduce the issue

On a WIndows environment, run nerdctl info.

Describe the results you received and expected

Actual Results:

image

What version of nerdctl are you using?

nerdctl version: v1.7.17

Are you using a variant of nerdctl? (e.g., Rancher Desktop)

None

Host information

No response

apostasie commented 3 months ago

@TinaMor out of curiosity, can you do a docker info and copy the output here? Thanks!

TinaMor commented 2 months ago

image