1
2

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 3 years have passed since last update.

初学者によるDocker理解まとめ① 〜docker run -pまで〜

Last updated at Posted at 2020-10-06

# はじめに
ようやくDockerを学びだしたので自分の理解をまとめておく。

* Dockerによるコンテナ化によるマイクロサービスの実現
* docker run -p のpはportのp

次回 => https://qiita.com/theFirstPenguin/items/58e6bc5acf90dc497cb0

# 今日の学びをメモ
スクリーンショット 2020-10-06 16.46.52.png

スクリーンショット 2020-10-06 16.53.41.png

スクリーンショット 2020-10-06 17.02.39.png

スクリーンショット 2020-10-07 8.08.25.png

スクリーンショット 2020-10-06 17.04.07.png

# まとめ
Dockerを使って処理ごとにホストを分けてデプロイする。疎結合でシステムの信頼性が上がる。
これを理解すれば念願のFargateの世界へ。もうLambdaは卒業できるはず。。。

1
2
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
1
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?