(Continuation from yesterday)
最近仕事でdockerを使っているのですが、実際のところ、先方の指示書通りの内容をやっているだけで、私自身は、dockerそのものについては、よく理解できていませんでした。
Recently, I use "docker" for work, but actually, I did not understand well about docker itself, because I was obeyed by the other party's instruction.
ところが、dockerについては、不思議なことに、私が理解できるような入門書がないのです。
However, about docker, strangely, there is no introductory book that I can understand.
-----
ところが、ここ数日間、あるプログラムの実行環境を構築する必要に迫られおり、かつ、失敗を続けてきました。
However, for several days, I had to establish an execution environment for a program, and I continued to fail.
そして、誰かが作ってくれた環境をパクるために、つまり、dockerを使って「ラクをする」ために、「酷い苦労」をしています。
And I'm doing a "hard work" in order to reuse the environment that someone created, and make me easier.
具体的には、dockerによるディレクトリ共有が上手くいかずに、困っていました。
Specifically, I was in trouble because the directory sharing by docker did not go well.
-----
で、今回、技術書典から、以下の2冊を購入しました。
So, I bought the following two books from the technical book site.
- Docker_REV2_Technical Manual 4_BOOTH Download Version.
- Docker2_BOOTH download version v3_. Pdf understood in the cartoon
これらの本は、良いです。
These books are good.
『そう、そうだよ。なんで、こういう風に説明できないかなぁ、他の本は』
"Yes, yes. Why can't other books explain like this? "
と思いながら、このマンガのキャラクターの指示する通りに、コマンドを入力を試しし続けていました。
While thinking, I continued trying to enter the command as directed by this cartoon character.
ただ、この本が想定する環境と、私の環境は若干違うようで、少々苦労していますが、他の本に比べると、格段に理解しやすいです。
The environment assumed by this book and my environment seem to be slightly different, so I have a little hardship. However, compared to other books, it is much easier to understand.
(To be continued)