Use Unix sockets with Docker
Posted on 2017-02-15 in Programmation • Tagged with Docker, Unix
By default, you are supposed to use TCP sockets to communicate with your applications running in Docker. But what if you want to use Unix sockets instead? The answer is you can: you make the application create the socket file in a volume and set the proper permissions to it …
Continue reading