Will docker containers run natively on a OS X host?
No. Docker containers requires a linux host and runs natively on them. With the next release of Windows Server – Windows server 2016 Docker containers will also run on windows. For Mac you need can use a linux virtual machine on something like Virtualbox, and run your Docker containers there. What you saw in the demo was me running docker on a linux host on amazon EC2 instance(s).