Replies: 1 comment
-
First start using overlayfs not vfs for the storage layer. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am trying to edit files of a rootless container from host (
podman version 4.6.2
on Debian Trixie).I have run
podman unshare
andpodman mount ContainerID
. The container filesystem is available on host~/.local/share/containers/storage/vfs/dir/0123
. I have added file at~/.local/share/containers/storage/vfs/dir/0123
on host but, this file is not available inside the container.If I do
podman cp test.txt ContainerID:/test
, the file is available on the container. What should I do to use themount
option properly?Beta Was this translation helpful? Give feedback.
All reactions