図書館からの本を借りることを再開しオライリー発行のDockerを読み始めた。長年親しんできたVMWare社のESXiなどのハイパーバイザーとは違う仮想環境を提供するようだ。
https://www.oreilly.co.jp/books/9784873117768/
従来ホストOSがUbuntuなら仮想マシンはUbuntu系しか導入できないものと勘違いしていたが、導入できるOSはどうやらkernelに依存するらしい。つまりWindows ServerがホストマシンならWindows系OS、Linux kernelを持つホストマシンならLinux系のOSが導入できるみたい。断片的にdockerで今迄遊んできたが、順序だてて勉強するいいチャンス。しかし早速トラブルも発生。
[@localhost shimada]# docker run test/cowsay /usr/games/cowsay "Moo" Unable to find image 'test/cowsay:latest' locally Trying to pull repository docker.io/test/cowsay ... /usr/bin/docker-current: unauthorized: authentication required. See '/usr/bin/docker-current run --help'.