Y
Hacker News
new
|
ask
|
show
|
jobs
by
miki123211
27 days ago
If you're root on a system and use Docker volumes, you can always `sudo ls` and access those volumes outside of the container.
If you're just a user running containers under Podman, it's more tricky.
1 comments
GCUMstlyHarmls
27 days ago
`podman unshare && podman mount`
link