containerd / nerdctl

contaiNERD CTL - Docker-compatible CLI for containerd, with support for Compose, Rootless, eStargz, OCIcrypt, IPFS, ...

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cobra bug?

apostasie opened this issue · comments

Description

nerdctl volume create --label ""  foo

Will give len(labels) == 0

But

nerdctl volume create --label ""  --label ""  foo

Will give len(labels) == 2

Does this behavior make sense to you folks?

Steps to reproduce the issue

na

Describe the results you received and expected

na

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