前提・実現したいこと
PHPでWebアプリをつくる為に環境構築をしたいのですが
エラーが発生し、初の環境構築苦戦しています。(php-fpm 7.4の環境構築までやったらエラー発生)
解決方法を教えて下さい。
↓こちらの記事を参考にさせていただきました。
https://qiita.com/You_name_is_YU/items/ba48998f37741dde1a94#indexphp%E3%81%AE%E5%86%85%E5%AE%B9
発生している問題・エラーメッセージ
ERROR: for todo-app_app_1 Cannot start service app: OCI runtime create failed: container_linux.go:349: starting container process caused "process_linux.go:449: container init caused \"mkdir /var/www/html: not a directory\"": unknown: Are you trying to mount a directory onto a file (or vice-versa)? Check if the specified host path exists and is the expected type ERROR: for app Cannot start service app: OCI runtime create failed: container_linux.go:349: starting container process caused "process_linux.go:449: container init caused \"mkdir /var/www/html: not a directory\"": unknown: Are you trying to mount a directory onto a file (or vice-versa)? Check if the specified host path exists and is the expected type ERROR: Encountered errors while bringing up the project. sato@satouhiumenoMBP todo-app % mkdir /var/www/html mkdir: /var/www: No such file or directory
該当のソースコード
記事を参考にさせていただいてます。
試したこと
mkdir /var/www/html: not a directory \ "";
こちらのディレクトリがない為、エラーが起こっていると仮説を立てています。
次のアクションとしてどのようにすれば良いか分かっていません。
分かる方がいれば教えていただきたいです。
ここにより詳細な情報を記載してください。
回答1件
あなたの回答
tips
プレビュー