dockerでエラーが出て、検索しても、同じエラーになかなか出会えなかった。
そこで、自分で出したエラーは自分で記録するようにしている。
そして、自分の記事が時々ヒットして喜ぶ。
<この項は書きかけです。順次追記します。>
macOS
$ docker ps -a
/Users/administrator Error response from daemon: dial unix vms/0/00000003.00000948: connect: connection refused
dockerソフトの更新をして、docker rm, docker rmiして、OSを再起動。
macOS
$ docker run -it ubunt /bin/bash
Unable to find image 'ubunt:latest' locally
docker: Error response from daemon: pull access denied for ubunt, repository does not exist or may require 'docker login': denied: requested access to the resource is denied.
See 'docker run --help'.
$ docker login
Authenticating with existing credentials...
Login Succeeded
$ docker run -it ubuntu /bin/bash
spelling misstake.
この後、docker rm, docker rmiして、全部消した。
プログラムちょい替え(11) Fortran 多次元配列のアクセス順序による計算時間の違い
https://qiita.com/kaizen_nagoya/items/3d657649d74fdd753bad
作業中に、メモリ、Swapの上限を上げていたら、
docker/ubuntu
# ERRO[1435] error waiting for container: EOF
<この記事は個人の過去の経験に基づく個人の感想です。現在所属する組織、業務とは関係がありません。>
最後までおよみいただきありがとうございました。
いいね 💚、フォローをお願いします。
Thank you very much for reading to the last sentence.
Please press the like icon 💚 and follow me for your happy life.