Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

volume (probably others) filter behavior is inconsistent with Docker #3452

Open
apostasie opened this issue Sep 22, 2024 · 0 comments
Open
Labels
bug Something isn't working

Comments

@apostasie
Copy link
Contributor

Description

docker volume create foo1
docker volume create foo2
docker volume ls --quiet --filter name=foo1 --filter name=foo2

vs.

nerdctl volume create foo1
nerdctl volume create foo2
nerdctl volume ls --quiet --filter name=foo1 --filter name=foo2

Docker does "or", nerdctl does "and".

Discovered while rewriting the volume tests with the new tooling.

Steps to reproduce the issue

na

Describe the results you received and expected

na

What version of nerdctl are you using?

na

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

None

Host information

No response

@apostasie apostasie added the kind/unconfirmed-bug-claim Unconfirmed bug claim label Sep 22, 2024
@apostasie apostasie mentioned this issue Sep 22, 2024
3 tasks
@AkihiroSuda AkihiroSuda added bug Something isn't working and removed kind/unconfirmed-bug-claim Unconfirmed bug claim labels Sep 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants