科学の箱

科学・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サーバーにでVNCサーバーを入れたらDockerが消失した件

復旧に使ったコード yum repolist all yum-config-manager –enable docker-ce-stable yum repolist all yum install …

no image

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

docker-composeを実行すると以下のエラーが出る。原因は不明。 Related posts:docker statusの確認方法docker networkの基本Dockerにおけるレイヤの …

no image

docker statusの確認方法

まず簡単なところではdocker psを使う。 docker ps -a 対象となるdocker imageがわかっている場合にはinspectを利用する docker inspect tarege- …

no image

docker-machine createが”Waiting for ssh to be available…”で停止してしまう

Windows Hyper-Vを利用してdocker-machineを作成すると下記のメッセージで停止してしまう。 Waiting for ssh to be available…” 既知の問題である …

no image

docker networkの基本

docker networkの基本手順 まずはWindowsのHyper-V上で仮想ネットワークスイッチを作成する。 これがないとdocker machineを作成できない。 次にdockerマシンを …

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

side bar top



アーカイブ

カテゴリー