Johannes Brandstetter gave a lightning talk on running MongoDB on Docker for high performance deployments. Some key points included using Docker to isolate MongoDB configurations, improve performance through isolation, and leverage features like putting configurations in git and using data-only containers. The talk also provided five tips for MongoDB on Docker, such as using a proper base image, activating SSH, storing data in a separate data-only container, using a private Docker registry, and implementing DNS for replica sets.