0
0

投稿 78 Docker環境構築 エラー文「no configuration file not found」 2024/09/16

Posted at

本日の勉強時間 3H

no configuration file not found

Dockerコンテナを作りたいけど、ファイルが無いよっていうメッセージ。

この場合の「configuration(設定・構成)」は
Dockerがコンテナを正しく作成・管理するために必要な情報や指示を意味しています。

具体的には、docker-compose.ymlなどのファイルに記載されている内容がこれに該当します。
このファイルには、コンテナに関する設定情報
(使用するイメージ、サービス、ネットワーク設定、環境変数など)が含まれており、Dockerはこれをもとにコンテナを構築して動かします。エラーが出た場合、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