0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

Dockerについて わかりやすく解説 | Dockerとは

0
Posted at

Dockerとは

結論、仮想環境を動かす仕組みのこと

ざっくりとしたイメージは、

Docker社が開発した、パソコンの中に、パソコンを作れるようなサービス

Docker = 仮想環境を作れるソフトウェア

Dockerのメリット

仮想環境を作れること

仮想環境を用意できれば、アプリケーションを作る際に、仮想環境でアプリケーションを構築、開発、テスト、リリース、運用できる
すると、いいことが結構ある

・ チームで開発するときに、楽
・ エラーを見つけるのが、楽

具体的に、何を用意したら良いか

3つだけ

  1. Docker
  2. イメージ
  3. コンテナ

注意点

  1. Dockerを削除しても、PCに容量が残るので、dokker system pruneで、完全に削除する必要があるぞ

  2. Dockerでは、1つのOS(そのPCのOS)のみを使うことができる、別のOSを使いたい場合には、VMwarePlayerを使うと良い

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?