Talk about cloud computing two big startups Docker and CoreOS
Docker was established in March 2013: https://www.docker.com/company/aboutus/
CoreOS was founded in August 2013: http://www.eweek.com/cloud/coreos-launches-managed-linux-operating-system-as-a-service.html
Recently CoreOS is building a container runtime rocket:https://coreos.com/blog/rocket/
The article points out that Docker is not CoreOS want, they want a standard running platform to run all of the apps, it is open and secure and independent of the composition of the distributed image and other features.
Of course, at the end of the article, CoreOS will continue to support and get closer to Docker to make sure it's the best place to run Docker, so you don't have to worry about CoreOS the most out of Docker.
These two startups have brought a technological revolution to the entire cloud computing industry and are looking forward to better development in the future.
In addition, Google released an open source container management tool Kubernetes:https://github.com/googlecloudplatform/kubernetes
Another virtual machine management tool, vagrant, also applies to Docker developers for cross-platform development: http://www.vagrantup.com/blog/ Feature-preview-vagrant-1-6-docker-dev-environments.html
The simple idea is to use Docker to pack all kinds of tools and start a virtual machine to run Docker, and the whole process is defined by the Vagrant workflow.
But why there is no such a good start-up like Docker and CoreOS, it is worth every Chinese programmer to ponder.
Talk about cloud computing two big startups Docker and CoreOS