0
0

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:Dockerfileの意味と注意点

0
Posted at

Dockerfileとは

Dockerイメージを作成するための指示書のようなもの。設定ファイル。

Dockerfileの注意点

デフォルトでDockerfileという名前のファイルがイメージのビルドに使用される。
もちろん別名のDockerfileを使用することはできるが。
Dockerでビルドを行った場合、Dockerfileに定義された内容を上から順に処理。
最終的な状態の環境がDockerイメージとして保存される。

なんでも初物の時には、勝手になされることで困ることがままあるので注意。

0
0
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
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?