This document summarizes Matt Johnson's presentation on container networking at Cisco LIVE! 2015. The presentation discussed:
1) The default Docker networking model of using NAT which has limits like containers only having private IPs tied to the host IP.
2) Emerging solutions like Kubernetes that provide services for containers but still rely on tunnels.
3) The benefits of integrating containers as "first class citizens" on the real network using standards like BGP without NAT or tunnels so containers can have public IPs and mobility.
4) Cisco's work to implement these ideas in an open source project called the Cisco Microservices Environment based on Mesos to provide a preconfigured environment for real workloads.