Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

This article is a Private article. Only a writer and users who know the URL can access it.
Please change open range to public in publish setting if you want to share this article with other users.

More than 5 years have passed since last update.

コンテナ利点メモ

Last updated at Posted at 2019-09-03

利点

  • 開発環境が統一できる。

  • 開発に使用するインタプリタ等。

  • IDEの設定は別の方法で共有する必要あるが。。

  • 開発環境が配布できる(Dockerfile or 専用リポジトリ)。

  • 最低限の動作に必要なもののインストールが済んだ状態で配布できる。

  • 開発環境をそのままリリースできる(Dockerfile or 専用リポジトリ)。

  • リリース先がコンテナに対応している必要ある(例:AWSだとECS)。

  • 細かい設定値(DBの接続先等は)は調整必要(環境変数等で)。

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?