Does Docker 1.12 TLS encrypt all container communication/networking?

I know 1.12 automatically has encryption. But I would like confirmation on how it is used. If I setup glusterfs and perconaxtradb on different hosts, will they communicate within the docker network on port 2375? If so their communication is secured, right?

Thanks.