ITコンサルの日常

ITコンサル会社に勤務する普通のITエンジニアの日常です。

Mastering Docker [Video] 見た

Contents

  • Recollecting Docker Basics
    • Recollecting Docker Concepts
    • Docker CLI Commands
    • Scripting Primer
  • Composing Services
    • Deploying Composed Services
    • Single Host Scaling
  • Docker Networking
    • Multi-host Networks
    • Service Discovery
    • Designing Infrastructure of the Social Network
  • Creating a Container Swarm
  • Container Management at Scale
    • Kubernetes
    • Marathon / Mesos
  • Docker Security
    • Docker Bench for Security
    • Notary and Content Security
  • Docker Plugins and Drivers
    • Volume Plugins
    • Network Plugins
  • Best Practices and Ecosystem Tools
    • Ecosystem Tools
    • Dockercraft

感想

taka-2.hatenablog.jp
を書いたときに、
>応用編へのとっかかりとしてもよさそうです。
とか書いたので、早速応用編を見てみたわけですが、これはさすがに難しかったです。。
でも、最後のDockercraftはちょっと面白かったので、とりあえずよしとしましょう(よくない)。

Dockercraft

github.com