There is a datastorage, an mysql container, a php and a nginx. Is it possible to let these processes run on different oses? So one is on debian, the other on centos and so on?
Example
this one is debian
docker run --name sql -d buildsql this one is centos
docker run --name php --linked sql:db -d buildphp