Gilad Khen

Results 5 issues of Gilad Khen

logging to stdio is a simpler way to expose logs in container deployments. we can then just grab the docker log and use tools like journalctl https://coreos.com/docs/cluster-management/debugging/reading-the-system-log/

cat:enhancement

docker pull metaswitch/homestead etc..

cat:enhancement

allows containers to discover each other over DNS. you can set homestead to be homestead.cluster.local and have this resolved at runtime with skydns

cat:enhancement