Best Practise for docker intercontainer communication
I have two docker containers A and B. On container A a django application is running. On container B a WEBDAV Source is mounted. Now I want to check from container A if a folder exists in container B (in…