Testing podman < 2.1.x rootless networking
Thursday, October 22, 2020
Podman Rootless container network (< 2.1.0 feature>) That’s just a very simple note of using podman 2.1.x feature, which is podman rootless networking.
For now, if you want to be able to communicate between 2 containers directly, you would have to create them in the pod.
You can now create a network and connect you containers to it.
Each container will get it’s individual ip address in that network.
So to quickly test that, let’s run http server in one container, and make a curl request from the second container.…more