Communication bridges/pipes between containers/pods in podman. #65
Labels
No labels
Alpine-Desktop
Alpine-Server
Difficult to do
Duplicate
Easy to do
Invalid
Not too hard to do
Void-desktop
Won't be fixed
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: lnorg/documentation#65
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Communication bridges/pipes between podman (user) containers would benefit the security of the system. It will negate the necessity for open ports (3000 and up) for the reverse proxy to communicate with. In this case the reverse proxy can be containerized, and can be bridged with the (user) network namespaces of the containers/pods.
Communication bridges/pipes between containers in podman.to Communication bridges/pipes between containers/pods in podman.A possible solution to this problem could be the implementation of a firewall.