If this is possible, how can it be done?
I want the changes to modify only rules within a container, not affect any other containers, and not affect the host.
If this is possible, how can it be done?
I want the changes to modify only rules within a container, not affect any other containers, and not affect the host.
Yes. Docker container is a running instance of an image. Any changes in one container do not affect any other container. Here is one nice answer on dokcer image vs docker container