科学の箱

科学・IT・登山の話題

Docker

add-apt-repositoryでcertificate errorが出る

投稿日:2021年2月14日 更新日:

https://download.docker.com/linux/ubuntu groovy Release               
  Certificate verification failed: The certificate is NOT trusted. The certificate issuer is unknown.  Could not handshake: Error in the certificate verification. [IP: 13.35.70.53 443]

 

対応方法

touch /etc/apt/apt.conf.d/99verify-peer.conf \
&& echo >>/etc/apt/apt.conf.d/99verify-peer.conf "Acquire { https::Verify-Peer false }"

 

メタ情報

inarticle



メタ情報

inarticle



-Docker

執筆者:


comment

メールアドレスが公開されることはありません。 * が付いている欄は必須項目です

関連記事

no image

docker-machineがWaiting for host to start…で止まってしまう。

この原因として考えられるのは、作成されたホストのネットワーク設定が正しく完了しないため。 具体的にはホストが接続する仮想スイッチが何らかの理由でIPをホストに提供できない。 その場合にはHyper-V …

no image

ERROR: The requested address is not valid in its context.

docker-composeを実行すると以下のエラーが出る。原因は不明。 Related posts:mongodbをdockerで導入してみるdocker whalesayで遊ぶdocker-mac …

no image

docker machineをクラウドで動かす手順

docker machineはAWSもしくはGCPで動かすことができる。 手順としては以下の通り AWS/GCPでアカウント作成 認証情報をクラウド上で作成 認証情報をダウンロード 認証情報をdock …

no image

docker build

docker build用のファイル From docker/whalesay:latest RUN apt-get -y update && apt-get install -y f …

no image

docker-machineのトラブルシューティング

まずはdocker-machineの状態を確認する docker-machine ls 次にdocker-machineを開始する docker-machine start vm1 すでに開始している …

2021年2月
« 1月   3月 »
1234567
891011121314
15161718192021
22232425262728

side bar top



アーカイブ

カテゴリー