Error response from daemon: OCI runtime create failed: container_linux.go:370: starting container process caused: exec: "rails": executable file not found in $PATH: unknown
Q&A
Closed
Error response from daemon: OCI runtime create failed: container_linux.go:370: starting container process caused: exec: "rails": executable file not found in $PATH: unknown
rails勉強中です。
こちらの記事を参考に環境構築していましたが、エラーが解決できずに困っています。
https://qiita.com/gakinchoy7/items/ae31107ef56efb16fe7e
調べてみると、「docker-compose build」を実行することで解決しているようですが、解決できませんでした。
アドバイスお願い致します。
実行したコマンド
docker-compose run web rails new . --force --database=mysql --skip-bundle
発生している問題・エラー
Creating sana_app_web_run ... done
Error response from daemon: OCI runtime create failed: container_linux.go:370: starting container process caused: exec: "rails": executable file not found in $PATH: unknown
ERROR: 1
試したこと
docker-compose build
0