Docker is a relatively new piece of software that makes our life creating new instances of projects very easy - you can have a running system in no time without buying hardware or creating virtual machines. Creating apps with Dancer and then making a Docker image out of them is a nice and fast way to set up a system anywhere. You can instantly provide an environment for a new colleague or share with others across the globe. Just a little Dancer-specific tweaking is needed to be prepared.