When comparing Cortana vs Docker, the Slant community recommends Docker for most people. In the question“What are the best power user tools for Windows?” Docker is ranked 43rd while Cortana is ranked 74th. The most important reason people chose Docker is:
Docker creates a single object, containing an application with its dependencies, that can be moved between any docker-enabled machines, guaranteeing the same environment for application execution.
Specs
Ranked in these QuestionsQuestion Ranking
Pros
Pro Can recognize music
You can ask Cortana what music is playing and she will attempt to identify it.
Pro Will let you know when artists you're interested in play in your area
Cortana monitors your Bing search history, social network actions, music played, etc to find out what are your favorite artists and will let you know if they plan to play in your area.
Pro Allows for portable application deployment
Docker creates a single object, containing an application with its dependencies, that can be moved between any docker-enabled machines, guaranteeing the same environment for application execution.
Pro Git-like capabilities
Docker tracks changes in systems. It allows for commits and rollbacks and for quick deployment due to having to deploy only the updated code.
Pro Allows re-using components
Docker essentially allows creating boilerplate systems (a LAMP stack, for example) that can be used as a starting point on multiple projects. And you can find multiple such containers already created by people in their public registry.
Pro Automatic build
Allows automatically assembling a container from its source code.
Pro Provides easy sharing and installation of containers through a public registry
Docker allows easily pushing and pulling containers to and from their public index.docker.io registry. Additionally, dotCloud maintains a list of official repositories of the more popular containers.
Pro Application-centric
Pro Works in virtualized environments
You can set up Docker within an already virtualized environment such as a virtual machine. This allows you to run Docker on Mac and Windows, among other use-cases.
Pro Low overhead
Pro Supports a wide range of isolation tools
Docker can be used with OpenVZ, systemd-nspawn, libvirt-lxc, libvirt-sandbox, qemu/kvm, BSD Jails, Solaris Zones, and chroot.
Pro Tool ecosystem
Cons
Con Functionality is limited on non-Windows devices
While Cortana is available on Android and iOS, certain features on those operating systems are either limited or non-existant. For example, there's no hands-free voice activation on iOS, and on Android it's only available on the homescreen and nowhere else, etc.