Armadilloフォーラム

Win11Home 64bit VirtualBox7.0 ATDE9の開発環境構築について

matsui.k

2024年7月9日 14時15分

お世話になっております。
Windows11 Home 64bitにて、oracle VM VirtualBox7.0でのATDE9の開発環境構築についてお伺い致します。

VirtualBoxにて
「開発環境構築手順書」に沿ってATDE9の環境を構築する際に、
「アプリ用サーバーコンテナを起動する」の「3.コンテナのビルドが完了した後」
の部分で「~/Source/monolithic-controller$ sudo sh ./run_x64.sh」のコマンドを実行すると以下のエラーが出力されました。

WARN[0000] failed, retrying in 1s ... (1/3). Error: Error initializing source docker://localhost/lighttpd-x86_64:latest: error pinging docker registry localhost: Get "https://localhost/v2/": dial tcp [::1]:443: connect: connection refused
WARN[0001] failed, retrying in 2s ... (2/3). Error: Error initializing source docker://localhost/lighttpd-x86_64:latest: error pinging docker registry localhost: Get "https://localhost/v2/": dial tcp [::1]:443: connect: connection refused
WARN[0003] failed, retrying in 4s ... (3/3). Error: Error initializing source docker://localhost/lighttpd-x86_64:latest: error pinging docker registry localhost: Get "https://localhost/v2/": dial tcp [::1]:443: connect: connection refused
Get "https://localhost/v2/": dial tcp [::1]:443: connect: connection refused
Error: Error initializing source docker://localhost/lighttpd-x86_64:latest: error pinging docker registry localhost: Get "https://localhost/v2/": dial tcp [::1]:443: connect: connection refused

・ポートフォワーディングの設定の見直し
・Dockerfileを動作している方と同じ内容に編集、
・run_x64.shの内容が「podman pod create -p 8080:80 -p 127.0.0.1:1883:1883 --name mainpod」だったため、メインPCのファイヤーウォールにてポート8080の送受信の開放

を行ったのですが、上記エラーが解消されませんでした。
つい先日から開発環境構築に入ったため、情報が不足していたら申し訳ないのですが、
このエラーを解消する方法をご教授願えませんでしょうか。

コメント

at_ohsawa

2024年7月12日 20時52分

参照しているドキュメントのURL等教えてもらえますか?
ダウンロードサイトで配布しているドキュメント等に存在しない内容に見えます。