標籤:

推薦兩篇關於Docker的文章

鑒於最近踩到的一些Docker的坑,推薦兩篇同一個人最近寫的文章,某些觀點於我心有戚戚焉。

Docker in Production: A History of Failure (發表於2016-11-01)

The docker release cycle is the only constant in the Docker ecosystem:

  1. Abandon whatever exists
  2. Make new stuff and release
  3. Ignore existing users and retro compatibility

The release cycle applies but is not limited to: docker versions, features, filesystems, the docker registry, all API…

Docker in Production: An Update (發表於2017-02-23)

Docker has no business model and no way to monetize. It』s fair to say that they are releasing to all platforms (Mac/Windows) and integrating all kind of features (Swarm) as a desperate move to 1) not let any competitor have any distinctive feature 2) get everyone to use docker and docker tools 3) lock customers completely in their ecosystem 4) publish a ton of news, articles and releases in the process, increasing hype 5) justify their valuation.

昨天的新聞說Docker改變發布周期,推出付費的企業版(EE)與免費的社區版(CE)。如果你覺得社區版3個月的支持周期太短的話,企業版的支持周期是一年……一年……一年……

平心而論,在開發與測試環境下使用Docker真的省了我們很多麻煩,但在生產環境里稍微有一點點負載就出問題,簡直讓人崩潰。

推薦閱讀:

基於OSS搭建私有(跨區域)Docker鏡像倉庫
Docker使用OpenStack Cinder持久化volume原理分析及實踐
密碼1212@KubeCon北美峰會幹貨直播培訓課
【技術總結】一起聊聊Kubernetes
如何通俗解釋Docker是什麼?

TAG:DevOps | Docker |