Dockerを使って仮想サーバーを立ち上げたいです
WordpressでWebサイトを作成しています。
普段、テスト環境にDockerを立ち上げて作業しているのですが
docker-compose up
を入力するとエラーが返ってくるようになりました。
発生している問題・エラーメッセージ
$ docker-compose up ERROR: Can't find a suitable configuration file in this directory or any parent. Are you in the right directory? Supported filenames: docker-compose.yml, docker-compose.yaml
Docker起動時に普段入力しているコマンド
$ docker-machine start default Starting "default"... Machine "default" is already running. $ eval $(docker-machine env default) $ docker-compose up ERROR: Can't find a suitable configuration file in this directory or any parent. Are you in the right directory? Supported filenames: docker-compose.yml, docker-compose.yaml
試したこと
・docker-compose.yml はローカルリポジトリ内に確認済み。
・それと昨日、個人的に行ったローカルのファイル整理のあとからエラーが返ってくるようになったので
その際に今回の件に関する必要なファイルをうっかり消してしまった可能性もあります。
←消してしまったファイルのなかに、Virtualboxも含まれているのですが
その後、https://www.virtualbox.org/wiki/Downloads にて
インストールし直しました。
・HomebrewをつかってDockerインストール済み
・エンジニア初心者のため、不足情報などありましたらご教授ください。
補足情報(FW/ツールのバージョンなど)
$ docker-compose --version docker-compose version 1.22.0, build f46880f
システム環境:macOS 10.14
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。