Steam running in Docker (lxc)
I had a bout of insomnia last night and decided to play with Docker. For the uninitiated, Docker is a like chroot on steroids. It allows for applications to be force to run within a specific context, disallowing them to break out of that context (where context can be CPU allocation, hardware allocation, filesystem scoping, etc.). […]