Cannot create /lib mount #4959
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.
Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
/kind bug
Description
When starting a container using podman mounting
/lib
does not actually create a mount. The contents of the host/lib
do not appear in the containerSteps to reproduce the issue:
mkdir /lib/test
podman run -it -v /lib:/lib fedora bash
(in container)
ls /lib/modules
Describe the results you received:
running
mount
does not show any created mount, host/lib
does not appear in the container.Describe the results you expected:
For the mount to be created.
Additional information you deem important (e.g. issue happens only occasionally):
Output of
podman version
:Output of
podman info --debug
:Package info (e.g. output of
rpm -q podman
orapt list podman
):Additional environment details (AWS, VirtualBox, physical, etc.):
Linux host 5.3.8-300.fc31.x86_64 #1 SMP Tue Oct 29 14:28:41 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
Fedora 31 on laptop
The text was updated successfully, but these errors were encountered: