docker communicating over Http with a docker container
We can talk to docker container via Http port by enabling it using the following command :-
Here, we going to be using REST to talk to docker container via port 2375.
docker -H tcp://0.0.0.0:2375
Comments