How to perform a ZMQ communication in python between a Docker Container and localhost using WSL and MacOS
I want to implement a zmq communication between a docker container and the localhost of my windows / mac computer. I want both the docker container and the localhost to be able to send and receive messages.