
エントリーの編集

エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
[Docker]ERROR: no matching manifest for linux/arm64/v8 in the manifest list entriesについて - Qiita
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています

- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
[Docker]ERROR: no matching manifest for linux/arm64/v8 in the manifest list entriesについて - Qiita
はじめに 本記事では、ERROR: no matching manifest for linux/arm64/v8 in the manifest list entries... はじめに 本記事では、ERROR: no matching manifest for linux/arm64/v8 in the manifest list entriesの解決方法を記述します。 コード version: '3' services: db: image: mysql:8.0 command: --default-authentication-plugin=mysql_native_password volumes: - ./src/db/mysql_data:/var/lib/mysql environment: MYSQL_ROOT_PASSWORD: password web: build: . command: bundle exec rails s -p 3000 -b '0.0.0.0' volumes: - ./src:/app ports: - "3000: