Dockerが時々github.comに接続できない

スレッドでリンクされた問題とは正確には異なり、診断が最も難しい間欠的な問題のようですが、手動でフェッチを試すことができるかもしれません。これは無害なものです。

# cd /var/discourse/
# ./launcher enter app
x86_64 arch detected.
# wget -O - -v https://github.com/discourse/logster.git/ |wc
--2023-01-04 15:30:25--  https://github.com/discourse/logster.git/
Resolving github.com (github.com)... 140.82.121.4
Connecting to github.com (github.com)|140.82.121.4|:443... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://github.com/discourse/logster/ [following]
--2023-01-04 15:30:25--  https://github.com/discourse/logster/
Reusing existing connection to github.com:443.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/html]
Saving to: ‘STDOUT’

-                                                  [ <=>                                                                                                 ] 231.22K  --.-KB/s    in 0.06s   

2023-01-04 15:30:26 (3.99 MB/s) - written to stdout [236767]

   2751   15860  236767
#

github.com」が適切なIPアドレスに解決され、接続され、データが返されたことがわかります。実際、コンテナ内で実行されたコマンドは、コンテナ外で実行されたコマンドと非常によく似ており、これは予想通りです。

サポートされているインストールレシピを、よく知られたホスティング会社で使用していますか?

「いいね!」 1