Créer un site internet

Configure REST on Docker

In order to modify the default Docker configuratiion on MacOs to acces a container on a certain port 

$ brew install socat

 

$ socat -d -d TCP-L:8099,fork UNIX:/var/run/docker.sock

 

Access the following URL on your browser:  http://localhost:8099/images/json

 

Add a comment