「 月別アーカイブ:2021年02月 」 一覧
-
-
2021/02/17 -Docker
18.09からはサポートされる暗号方式が限定されている。 18.06を利用する
-
-
Vagrant.configure(“2”) do |config| config.vm.box = “generic/ubuntu1804” config.vm.box_download_insec …
-
-
add-apt-repositoryでcertificate errorが出る
2021/02/14 -Docker
https://download.docker.com/linux/ubuntu groovy Release Certificate verification failed: The certifi …
-
-
$vagrant ssh It is required that your private key files are NOT accessible by others. This private k …
-
-
2021/02/09 -Docker
StatusがImagePullBackOffになる場合 該当のイメージについてdocker pullしてみる。 タグを省略している場合にはlatestが見つからずに失敗することがある。