containerd / nerdctl

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

Cobra bug? #3126

Open apostasie opened 1 week ago

apostasie commented 1 week ago

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