Replies: 1 comment 2 replies
-
Most kernel modules are loaded on demand when they are used the first time. You can load it manually with But is not clear what you are trying to do, is there an actual error you encounter? In most cases loading modules manually should not be necessary. |
Beta Was this translation helpful? Give feedback.
2 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.
Uh oh!
There was an error while loading. Please reload this page.
-
Issue Description
How to use
netem
inside podman container in MacOS Host?From what I understand,
fedora-coreos-38.20230625.2.0-qemu.aarch64.qcow2
)Also, when I run
$ podman machine ssh lsmod | grep sch_netem
in host, I got nothing.So, in my configuration, it seems that
sch_netem
is not loaded in the VM.I'd like to use
tc
(ornetlink
) to simulate various network conditions inside a container. How can I do that? Do I need to build my own VM image withsch_netem
enabled? Or is there any other way to do that?podman info output
Podman in a container
No
Privileged Or Rootless
Privileged
Upstream Latest Release
Yes
Additional environment details
No response
Additional information
No response
Beta Was this translation helpful? Give feedback.
All reactions