Docker-エラー対応
以下のコマンドで docker のイメージを削除しようとしたら失敗してしてしまいました。 症状 $ docker rmi `docker images -q` Error response from daemon: conflict: unable to delete 84c277656e40 (must be forced) - image is referenced in multiple re…
docker で環境構築中に以下のようなエラーが出たので対応方法をまとめておく。 You must use Bundler 2 or greater with this lockfile. ERROR: Service 'app' failed to build: The command '/bin/sh -c bundle install --jobs=4' returned a non-zero code…