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

podman run --volumes-from is parsed incorrectly #7701

Closed
Luap99 opened this issue Sep 20, 2020 · 0 comments · Fixed by #7702
Closed

podman run --volumes-from is parsed incorrectly #7701

Luap99 opened this issue Sep 20, 2020 · 0 comments · Fixed by #7702
Assignees
Labels
kind/bug Categorizes issue or PR as related to a bug. locked - please file new issue/PR Assist humans wanting to comment on an old issue or PR with locked comments.

Comments

@Luap99
Copy link
Member

Luap99 commented Sep 20, 2020

/kind bug

Description

Steps to reproduce the issue:

  1. id=$(podman run -v test:/test -d alpine touch /test/abc)

  2. podman run -v ${id}:z,rw alpine ls /test

Describe the results you received:
Error: error looking up container "rw" for volumes-from: no container with name or ID rw found: no such container

Describe the results you expected:
abc

master @ 8529435

@openshift-ci-robot openshift-ci-robot added the kind/bug Categorizes issue or PR as related to a bug. label Sep 20, 2020
@Luap99 Luap99 self-assigned this Sep 20, 2020
@github-actions github-actions bot added the locked - please file new issue/PR Assist humans wanting to comment on an old issue or PR with locked comments. label Sep 22, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 22, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
kind/bug Categorizes issue or PR as related to a bug. locked - please file new issue/PR Assist humans wanting to comment on an old issue or PR with locked comments.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants