We use cookies on this site to enhance your user experience. You accept to our cookies if you continue to use this website.

Posts Tagged - Docker

Introduction to Docker - What is Docker?

Great introduction and background stories about the success of docker.

dotCloud founder and CTO Solomon Hykes recently stopped by Twitter HQ to show us Docker, an open source project designed to easily create lightweight, portable, self-sufficient containers from any application. Common use cases for Docker include:

  • Automating the packaging and deployment of applications
  • Creation of lightweight, private PAAS environments
  • Automated testing and continuous integration/deployment
  • Deploying and scaling web apps, databases and backend services Check out docker.io for all the official goodies, and follow Solomon at Twitter

Source: Youtube - Twitter University 

Read More