“A man goes to the doctor complaining about back pain and the doctor notices the man's terrible posture. "Do you have any ideas as to why you have such awful posture?" asks the doctor. "Well", replies the man, "I've got a hunch."”— gerry3x, reddit.com
“Uber Engineering’s Schemaless storage system powers some of the biggest services at Uber, such as Mezzanine. Schemaless is a scalable and highly available datastore on top of MySQL¹ clusters. Managing these clusters was fairly easy when we had 16 clusters. These days, we have more than 1,000 cluster…”— Joakim Recht, eng.uber.com
“Set up your own IPsec VPN server on Docker, with support for both IPsec/L2TP and IPsec/XAuth ("Cisco IPsec"). Based on Debian Jessie with Libreswan (IPsec VPN software) and xl2tpd (L2TP daemon).”— hwdsl2, github.com
“This Dockerfile is used by the build pipeline to create a new Docker image upon pushing code to the repository. The built image will then be used to start a new service on an ECS cluster.”— Chris Barclay, blogs.aws.amazon.com
“Docker allows you to package an application with all of its dependencies into a standardized unit for software development.”— Docker, docker.com
“Simply create a Dockerfile that defines your ideal development environment on the CLI and kick up a new instance of that image whenever you want to pop into a totally new box and try some stuff out.”— Nathan LeClaire, nathanleclaire.com