Y
Hacker News
new
|
ask
|
show
|
jobs
by
internet101010
27 days ago
And volumes. Volumes are not fun with podman. Ironically my team tried GitHub Codespaces and never looked back. Super cheap and uses DevContainers.
1 comments
unethical_ban
27 days ago
What's the difference between Podman and docker for volumes? Other than needing to add Z to get volumes to mount with SELinux
link
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.
link
GCUMstlyHarmls
27 days ago
`podman unshare && podman mount`
link
NewJazz
27 days ago
Maybe permissions when going rootlesz?
link