containerd / nerdctl

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

nerdctl inspect does not allow inspecting networks, volumes #3005

Open apostasie opened 4 months ago

apostasie commented 4 months ago

Description

docker inspect allows inspecting networks, volumes, images, containers.

nerdctl only allows containers and images

Steps to reproduce the issue

  1. nerdctl inspect bridge 2 docker inspect bridge.

Describe the results you received and expected

.

What version of nerdctl are you using?

1.7.6

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

None

Host information

No response

apostasie commented 4 months ago

3017 was not meant to fix this.

Can we reopen?

apostasie commented 4 months ago

@yankay @AkihiroSuda can we reopen this?