0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

docker error記録

Posted at

macOS10.13.6
Safari 12.0.2(13606.3.4.1.4)
Docker Desktop Community 2.0.0.2(30215)
で、アプリでloginした状態で、runしようとした。

$ docker run -it kaizenjapan/100pon /bin/bash
docker: Error response from daemon: Bad response from Docker engine.
See 'docker run --help'.

なぜかエラーになった。コマンドラインでloginしてみた。

$ docker login
Authenticating with existing credentials...
Login Succeeded
KM-S10:~ administrator$ docker run -it kaizenjapan/100pon /bin/bash
Unable to find image 'kaizenjapan/100pon:latest' locally
latest: Pulling from kaizenjapan/100pon
05d1a5232b46: Download complete 
33529d049adc: Downloading   62.4MB/94.96MB
be72550a31b7: Downloading  61.89MB/1.522GB
40cab810eef6: Waiting 
90a7cfada776: Waiting 
63b10c589b27: Waiting 
3b74f2e93e93: Waiting 
4ad328879d5f: Waiting 
53bb48f40962: Waiting 
7430ebce441f: Waiting 
152f700b

なぜかエラーにならない。

何度か、この現象が現れたことがある。記録

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?