Unix Domain Socket

Hi there!

So i have this project where i need to connect 2 containers through a Unix Domain Socket and send http over that socket.

Does anyone have an example or something to get me started?
i’m using linux and containers that run python

Any help is appreciated :slight_smile:
Thanks!

Nevermind i fixed it you just need to create a volume and bind it to both containers :slight_smile: