DockerThe requested image’s platform (linux/amd64) does not match the detected host platform. M1/M2でdockerを動かしていると、 Docker on Mac M1 gives: "The requested image's platform (linux/amd64) does not match the detected ...2023.09.25Dockerdocker-composeMacOS
Laravel[Laravel]sailでDBに接続できない 新規設定したLaravel SailでなぜかDBにアクセスできない。 mysqlコンテナに入ってDBにログインしようとしたところ… ERROR 1045 (28000): Access denied for user 'sail'@'loc...2022.11.10Laravel
Docker[Ubuntu]Docker is not running. になったら Ubuntu(ほかのLinuxでも同じかと思いますが) sail経由でdockerコンテナを起動しようとしたが… ./vendor/bin/sail build Docker is not running. $ sudo systemctl...2022.11.10Dockerdocker-composeLaravel
DockerLaravel Duskを自前のDocker経由で動かす 色々試行錯誤して、自前のDocker環境でDuskを起動することができたのでその時のメモです。 基本的なインストール方法は公式をみてもらうとして、それ以外のアンドキュメンテっとな部分についてのみ記載します。 環境設定ファイル ルートに .e...2022.11.04Dockerdocker-composeLaravel
Dockerdocker-composeで”the input device is not a TTY”になる 現象 dockerのコンテナ内のデータベースにSQLのdumpを投入しようとして $ docker-compose exec db mysql app_database < dump.sql the input device is not ...2022.01.18Dockerdocker-compose