エラー内容は以下。
Unable to find image 'hello-world:latest' locally docker: Error response from daemon: Get https://registry-1.docker.io/v2/: dial tcp…なぜ?
curl https://registry-1.docker.io/v2/以下のレスポンスが返ってきた。
{"errors":[{"code":"UNAUTHORIZED","message":"authentication required","detail":null}]}ということで
docker loginを試みるがなぜかログインできずでダメ、インストールし直してみたりするが、一向に直らず同様のエラー。 ということ困ったときの再起動。再度実行したらできた…
hello-worldの実行
docker run hello-worldnginxの実行
docker run -d -p 80:80 --name webserver nginxブラウザでlocalhostにアクセス。 無事「Welcome to nginx!」と表示された。