This repository was archived by the owner on Nov 2, 2024. It is now read-only.
[FIX] podman lxc is working on zfs with this fix #3531
tctlrd
started this conversation in
Show and tell
Replies: 1 comment
-
This works quite well for running containers, but I think there's still some issues using Podman in LXC on ZFS for building containers. There's also some additional options in the [storage]
driver = "overlay"
runroot = "/run/containers/storage"
graphroot = "/var/lib/containers/storage"
[storage.options]
pull_options = {enable_partial_images = "false", use_hard_links = "false", ostree_repos=""}
mount_program = "/usr/local/bin/overlayzfsmount"
[storage.options.overlay]
mountopt = "nodev" I had hoped those additional options would solve my issue, but it seems that sometimes when building containers, particularly when using the
There's nothing super helpful in
|
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.
-
Please verify that you have read and understood the guidelines.
yes
A clear and concise description of the issue.
There is a workaround for making podman lxc run on zfs:
https://medium.com/@rar1871/docker-podman-in-lxc-with-zfs-5196a13bb8be
What settings are you currently utilizing?
Default Settings
Which Linux distribution are you employing?
Debian 12
If relevant, including screenshots or a code block can be helpful in clarifying the issue.
No response
Please provide detailed steps to reproduce the issue.
Beta Was this translation helpful? Give feedback.
All reactions